I am looking for a simple graph layout library for C++. I want to embed the library into our visualizer based on wxWidgets. In summary, I am looking for something like graph
To overcome some of the isues when using graphviz (descibed by Tom). We set the visualizer world coords to coincide with graphviz world coords.
then. assuming each visual element has a unique identifier, build a graph using these elements. output the graph as text. realign everything based on output parsing. ?
--
Michael