Thomas Braibant < tbraibant%40wanadoo.fr">tbraibant
wanadoo.fr> writes:
> Hi
> You could have a look at http://home.gna.org/cameleon/odot.en.html
Hi, thanks
Yes, I checked this one before.
The main purpose of odot seems to parsing in and pretty printing the dot
format. It does have a viewer, developed with lablgtk2 with limited interaction
functions (such as zoom in/out and refresh). The working mechanics is invoking
external graphviz command and produce a png file to show. In this way, when
updating a graph, the program actually reproduce and reload the whole graph
again. So it is a very simple strategy and very convenient to implement, but
it's too slow to present updating graphs.
It's probably not the kind of lib I want, but can still be a good
reference. Thanks anyway!
- code17
.