Rev 596 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
GEL
GEometry and Linear algebra
or
Graphics Elements Library
So, GEL is a small library with a good support for 2,3,4 D vectors, simple linear system solving (via Lapack), Mesh representation of surfaces, and the volume representation. There are also several other things some of which pertain to simple user interfaces. For instance, GEL contains a console library.
DOCUMENTATION
---
Some installation instructions below. But for more documentation please see the doc directory. There is a doxygen script for creating a reference manual and a latex file intro.tex which explains the basics. Please doxygen or pdflatex your documentation. A license is also found in the intro document.
Building on XCode/OSX
---
An XCode project has been created and is found in the root directory. The XCode project produces a framework for the GEL library and compiles all the applications.
CMake
---
On other platforms, you may need to install GLUT and Lapack. Then CMake can be used
to produce build files.
Glut is available here:
http://user.xmission.com/~nate/glut.html
Direct link:
http://user.xmission.com/~nate/glut/glut-3.7.6-bin.zip
Lapack you can find here:
http://www.netlib.org/clapack/
Direct link:
http://www.netlib.org/clapack/CLAw32.zip
running CMake configuration you will need to set
INCLUDE_GLUT
LIB_LAPACK
LIB_GLUT
Generated by GNU Enscript 1.6.6.