Tools/FreeGLUT: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
categorization
Added infobox.
Line 1: Line 1:
{{infobox tool
| version = 2.8.0
| release = 2 Jan, 2012
| platform = Windows, Linux, MacOSX
| language = C/C++
| license = X-Consortium license
| site = [http://freeglut.sourceforge.net/ site]
}}
'''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 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.
[http://freeglut.sourceforge.net/ FreeGLUT is available here.]


{{stub}}
{{stub}}


[[Category:Tools]]
[[Category:Tools]]

Revision as of 09:34, 25 March 2013

Tools/FreeGLUT
Version 2.8.0
Release date 2 Jan, 2012
Platform(s) Windows, Linux, MacOSX
Language(s) C/C++
License X-Consortium license
Website site

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.