1. |
-
Open GL Homepage
- OpenGL is the premier environment for developing portable, interactive 2D and 3D graphics applications from modeling to scientific to games.
URL: http://www.opengl.org/
|
2. |
-
GLUT
- GLUT (pronounced like the glut in gluttony) is the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. It implements a simple windowing application programming interface (API) for OpenGL. GLUT makes it considerably easier to learn about and explore OpenGL programming. GLUT provides a portable API so you can write a single OpenGL program that works on both Win32 PCs and X11 workstations.
URL: http://reality.sgi.com/mjk_asd/glut3/glut3.html
|
3. |
-
Mesa
- Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.
URL: http://mesa3d.sourceforge.net/
|