Category:FreeGLUT: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added page re FreeGLUT library.)
 
(Added library template)
 
Line 1: Line 1:
{{library}}
[http://freeglut.sourceforge.net FreeGLUT] is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library.
[http://freeglut.sourceforge.net FreeGLUT] is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library.



Latest revision as of 15:47, 1 March 2021

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

FreeGLUT is a free-software/open-source alternative to the OpenGL Utility Toolkit (GLUT) library.

GLUT (and hence FreeGLUT) takes care of all the system-specific chores required for creating windows, initializing OpenGL contexts, and handling input events, to allow for trully portable OpenGL programs.

FreeGLUT is released under the X-Consortium license.

Pages in category "FreeGLUT"

The following 5 pages are in this category, out of 5 total.