Hi Paul,

On Wed, Oct 15, 2008 at 9:06 AM, Paul Melis <[EMAIL PROTECTED]> wrote:
> If I read http://www.graphviz.org/pdf/libguide.pdf correctly it would be
> possible to link against graphviz and instead of producing a .dot file that
> needs to be fed through "dot", you could directly call the layouting routine
> and create a .png file of the output using the API's
> gvLayout (gvc, g, "dot");
> gvRenderFilename (gvc, g, "png", "out.png");

I spotted mention of cario, so I wonder if one could link up osgCario
and graphviz.

Or... just write an osgWidget or scene graph generator ourselves...
but for this we don't even need graphviz, just lots of effort...

Robert.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to