Alexander's and Johannes' graphics library


Last updated: February 11, 2005

Description

We have developed a graphics library and Graphical User Interface for scientific applications written in C and utilizing the X-windows interface. It is usefull for anyone wanting to steer simulations written in C on Unix (or Linux) computers. Please read the more detailed description of the library at http://www.physics.ndsu.nodak.edu/wagner/Documentation or download the same information as a pdf file.

Download:

We make this software available as free software under the GNU public license. To install the library in your home directory download graph.tar.gz and execute
tar xzvf graph.tar.gz
cd c/newgraph
make install
You can find a documentation here.

Useful programs:

The following are useful programs which use my graphics library. You are welcome to download them:
Makefile A small general makefile that will compile a program that needs the graphics library. If your program is called prog.c you can generate the executable prog by calling make prog.
Contour.c A program that takes data-files as input and diplays density fields and contour plots of the data. The resulting graphics can be printed into an encapsulates PostScript file.
Also requires ReadData.h, ReadData.c.
Contour_mpg.c A program that makes a movie out of a set of data-files. Needs the mjpegtools package installed on your computer.
Also requires ReadData.h, ReadData.c.

Updates:

21 October 2005: