-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, 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? P.S. Target is Win32 GDI API. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) iD8DBQFITurt1YPmFmJG++MRAmYTAKDe0rEYszytT7f70y6up3f5js45ngCfTQHP uJ5SJhSb0tKlNG62DwwMJoI= =193P -----END PGP SIGNATURE-----
You could try GLEE
http://research.microsoft.com/research/downloads/Details/c927728f-8872-4826-...
--Michael Fawcett
On Tue, Jun 10, 2008 at 4:58 PM, Dennis Yurichev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
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? P.S. Target is Win32 GDI API. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32)
iD8DBQFITurt1YPmFmJG++MRAmYTAKDe0rEYszytT7f70y6up3f5js45ngCfTQHP uJ5SJhSb0tKlNG62DwwMJoI= =193P -----END PGP SIGNATURE-----
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
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
participants (3)
-
Dennis Yurichev
-
James Sutherland
-
Michael Fawcett