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: Matt Conover (mconovergmail.com)
Date: Tue Apr 04 2006 - 14:33:01 CDT


Do you mean produce the graph files or you mean show them (like GUI?). If
you mean produce them, this is a simple one in C that will work for Linux
and Windows. These are some graphs generated by it:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph_sample

To use it:
1. Download
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit.zip
2. In your project, add stoolkit to the include path and to the library
path.
3. Then #include "graph.h" and link to stoolkit.lib

Look at the TestGraph function in here for sample sof the API:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/datatest/datatest.c

The code is basically just these two files:
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph.c
 http://www.cybertech.net/~sh0ksh0k/projects/stoolkit/graph.h