OpenArena is a 3d game creation engine. It is a rendering system that can be used for more than just games but it is targeted at games. The basic use being create some game media textures models maps and config files for physics and rules.
Over 75 C++ function for working with vectors, matrix and quaternions.
Inside the package there is no cycles, if's, classes or structures. Ideal for designing 3D engines.
Headlines of functions are intuitive. For each headline there is a one line comment in Russian. Matrix are presented in OpenGL form
0 4 8 12
1 5 9 13
2 6 10 14
3 7 11 15
Now we are working on adding 50+ more functions for processing the planes, splines, bezier curves and interpolation methods.
This Minimal OpenGL Utility Library is a library similar to GLUT, only with fewer features! You can write window-system-independent OpenGL programs with even fewer lines of code than GLUT. Initial support for X11 and Win32. Examples.
GLC_lib is a C++ library for high performance 3D application based on OpenGL and QT4 GUI. Some GLC_lib features : Supported file format : 3DS, OBJ, COLLADA, 3DXML, OFF, STL. Easy view manipulation, Level of detail, shaders...
VRVis is a programmer's toolkit for rapid development of Virtual Reality applications in the field of geospatial data visualization. It is based on VR Juggler and the Geospatial Data Abstraction Library (GDAL).