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://physics.ndsu.edu/people/faculty/wagner/graphics_library/documentation/ or download the same information as a pdf file.
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. (This library has last been updated June 4, 2009).
The following are useful programs which use my graphics library. You are welcome to download them:
|
A small general makefile that will compile a program that needs the graphics library. If your program is called you can generate the executable by calling . |
|
|
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. |
|
|
A program that makes a movie out of a set of data-files.
Needs the mjpegtools package installed on your
computer. |
4 June 2009:
New version (number 0.9.4), includes DefineGraphNxN_Rp for variable size two dimensional fields.
21 October 2005:
New version (number 0.9.4). Will now compile on cygwin. (Previously there was a namespace problem).
11 February 2005:
22 October 2003:
18 September 2003:
19 August 2003:
Better control over the comments which appear when the "comment on" feature is used. (done 0.9.1).
These program all appear to require Linux. Can I run them on my
Windows computer?
Yes! But you need some additional free software available at
http://www.cygwin.com/xfree/. In
particular you need to install the Xserver and the development
packages.