MiniGL preliminary documentation -------------------------------- MiniGL is a 3D API which is compatible to OpenGL(tm). It implements a subset of that API and was designed for speed, therefore it directly interfaces with Warp3D. This also means that there is currently no software mode. This release is the first release of MiniGL as a set of shared libraries. There are two such libraries: minigl.library, which is the GL part, and mglut.library, which implements some of the GLUT API. The new shared library inteface drops a lot of the original functions (mgl*) in favor of GLUT. Unfortunately, no documentation exists yet. Refer to the glut source code and src/context.c to get an idea on how it works. Build instructions: ------------------- Just type "make" in a shell. This will build the libraries, and the demos Credits: -------- Authors: Hans-Jörg Frieden (Hans-JoergF@hyperion-software.de) Thomas Frieden (ThomasF@hyperion-software.de) Contributions: Christian "Surgeon" Michael Massimiliano Tretene Joe Sera Frank Wille Steffen Häuser Kris Collingwood