FreeGLUT

freeglut

Official logo
Developer(s) Paweł W. Olszta
Stable release
3.0.0 / April 7, 2015 (2015-04-07)
Written in C
Operating system Cross-platform
Type API
License X Consortium
Website freeglut.sourceforge.net

FreeGLUT is an open source alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT (and hence FreeGLUT) allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions. FreeGLUT is intended to be a full replacement for GLUT, and has only a few differences.

Since GLUT has gone into stagnation, FreeGLUT is in development to improve the toolkit. It is released under the MIT License.

History

FreeGLUT was originally written by Paweł W. Olszta with contributions from Andreas Umbach and Steve Baker. Since Paweł ceased working in 3D graphics, he passed the baton to Steve Baker. Steve is now the official owner/maintainer of FreeGLUT, although John Fay does most of the day-to-day work.

Paweł started FreeGLUT development on December 1st, 1999. The project is now virtually a 100% replacement for the original GLUT with only a few departures (such as the abandonment of SGI-specific features such as the Dials&Buttons box and Dynamic Video Resolution) and a shrinking set of bugs.

FreeGLUT contains a few enhancements over the original GLUT - but as a matter of policy, no further significant features will be added.

In April 2015, FreeGLUT obtained initial support for the new Wayland display server protocol.[1]

OpenGLUT

Some members of the FreeGLUT team who wanted to add features forked the code to create OpenGLUT.

Development of OpenGLUT ceased in May 2005; the last release was OpenGLUT-0.6.3 in March 2005.

Status

FreeGLUT is now very stable and has fewer bugs than the original GLUT. However, there are places where the original GLUT specification did not make clear what order things like callbacks occur and it is possible for application programs that work under GLUT to fail under FreeGLUT because they assume something that GLUT never guaranteed to be true.

New revisions appear periodically; however, since it is now quite stable and no new features are planned, these updates are required less and less often. This would change if there was ever a new release of GLUT.

FreeGLUT is distributed instead of GLUT in some Linux distributions. Since it is upwards compatible at a binary level, programs compiled for GLUT can be linked to FreeGLUT without problems.

See also

References

External links

This article is issued from Wikipedia - version of the 5/11/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.