OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [Dailydave] Visualization library anyone?

From: Ian Peters (ianianpeters.net)
Date: Tue Apr 04 2006 - 08:52:08 CDT


>
> Hello all,
>
> Does anybody know any visualization library, which "can" generate graphs
> (etc.) and can be attached to C code project freely. Quite friendly APIs
> are also highly advisable.
>
> Naturally except all the phyton/java, wingraph32 and vcg libraries.
> Thanks for help.
>
>
> best regards,
> pb
>

Have a look at graphviz (http://www.graphviz.org/), I've found it useful as an
externally called suite before now. It's not perfect, and graph optimisation
through 'neato' can be a tad slow, but it's free (CPL), easy to use, and
language-agnostic. There is a library called Agraph, but I've never used it
before, so caveat emptor.

Ian