Whiteboard is a class library implemented in C++, allowing for
easy graphing any kind of data into any format. Whiteboard
provides all basic tool sets for drawing simple objects, as well
as color manipulation methods, a rich set of compound graphs,
and documentation. In
addition, the class library comes with a command line parser, a
file and string parser, and various other utilities (see documentation).
The whiteboard code compiles on Linux/gcc and
MacOS X (requires XCode).
To build the code and coding samples, first download the source
code from here.
Next, cd into the whiteboard directory, and type 'make'.
Sample source code can be found in the
source_sample/ directory, or online: