Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Visualizing package structure
Visualizing package structure [message #31471] Fri, 04 March 2011 21:14 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi everyone,

Let me introduce you another little toy of mine Smile A simple shell script that visualizes the structure of packages in given project. The only thing you need is to have graphviz installed on your system, as it uses DOT language to render the graphics.

Thanks to the great power of graphviz, it is possible to export pictures in many formats from simple bitmaps like png, gif ot jpg through to html click maps or vrml to advanced formats like pdf or svg. You can even choose pseudoformat "xlib", which will feed the graph directly into simple viewer.

How to use it? Simple example:
uppviz.sh -k -f bmp UWord upp/{uppsrc,examples}
This will render the dependency tree of UWord into file UWord.bmp. All parameters after package name are nests where the script should look for code. The -f argument selects file format. If the -f option is omitted, png is used. For list of available format have a look here. The "-k" says it should keep the graph description in DOT language that was used when rendering as well. It can be found in UWord.gv, so you can play with it a bit and e.g. re-render it or tweak it in graph editor (such as dotty or grappa).

Sorry to all windows users, but since this is a shell script, it won't be that easy to run on windows. Your best chance is cygwin or emulation Wink

Best regards,
Honza
  • Attachment: uppviz.sh
    (Size: 1.78KB, Downloaded 395 times)
 
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Help me buy a notebook!
Next Topic: Proof of concept: running Tcl scripts in Skylark
Goto Forum:
  


Current Time: Thu Apr 25 14:10:50 CEST 2024

Total time taken to generate the page: 0.03113 seconds