<<< State Machine | Index | GL naming conventions >>> |
GL – The Graphics Library (opengl32.lib and DLL)
GLUT – OpenGL "Utility Toolkit" for system-independent windows, which also accepts user input (keyboard and mouse). We use FreeGLUT freeglut.sourceforge.net
GLEW ( glew.sourceforge.net/ ) The GL "Extension Wrangler" for determining which vendor extensions are available and loading them
GLM ( www.g-truc.net ) OpenGL Mathematics Library
Others are:
SDL ( www.libsdl.org )
GLX ( en.wikipedia.org/wiki/GLX ) X-Windows interface
WGL for Windows
<<< State Machine | Index | GL naming conventions >>> |