10 Jun
2008
10 Jun
'08
10:28 p.m.
I'm looking for some open-source solution which is able to vizualize boost::graph structures. I mean, I develope software which use boost::graph extensively and I wish to offer end-user to see it visually and edit it. It's not a problem to export to some GDL file for example, and use external tool, but user interaction should be present. Are there anything ready-made or I doomed to develope my own?
Try graphviz www.graphviz.org boost::graph can write graphviz files... James