Tools/FreeGLUT

From OpenGL Wiki
Revision as of 05:38, 1 March 2013 by Alfonse (talk | contribs) (FreeGLUT tool stub page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FreeGLUT is a library for creating and managing an OpenGL window. It has functions to control the various aspects of OpenGL Context creation.

FreeGLUT is a successor to the older GLUT (OpenGL Utility Toolkit). If you are currently using GLUT, please stop; it is old and outdated. Use FreeGLUT instead, as it is backwards compatible with GLUT applications.

FreeGLUT is available here.