Tools/FreeGLUT: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m Clarification.
categorization
Line 1: Line 1:
'''FreeGLUT''' is a library for creating and managing an OpenGL window. It has functions to control the various aspects of [[OpenGL Context]] creation, as well as rudimentary input routines and multi-window support.
'''FreeGLUT''' is a C library for creating and managing an OpenGL window. It has functions to control the various aspects of [[OpenGL Context]] creation, as well as rudimentary input routines and multi-window support.


FreeGLUT is a successor to the older GLUT (Open'''GL''' '''U'''tility '''T'''oolkit). 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 a successor to the older GLUT (Open'''GL''' '''U'''tility '''T'''oolkit). If you are currently using GLUT, please stop; it is old and outdated. Use FreeGLUT instead, as it is backwards compatible with GLUT applications.
Line 6: Line 6:


{{stub}}
{{stub}}
[[Category:Tools]]

Revision as of 05:47, 1 March 2013

FreeGLUT is a C library for creating and managing an OpenGL window. It has functions to control the various aspects of OpenGL Context creation, as well as rudimentary input routines and multi-window support.

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.