freeglut
Alternative to the OpenGL Utility Toolkit (GLUT)
Freeglut is a completely Free/OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL RedBook
. Since then, GLUT has been used in a wide variety of practical applications because it is simple, widely available and highly portable.
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 released under the X-Consortium license.
- Versions: 3.4.0 · 2.8.1
- Website: https://freeglut.sourceforge.net/
- Licenses: X11
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of freeglut
as follows:
guix install freeglut
Or install a particular version:
guix install freeglut@2.8.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of freeglut about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/freeglut'><img src='https://packages.guix.gnu.org/packages/freeglut/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/freeglut)
Example Org:
[[https://packages.guix.gnu.org/packages/freeglut][https://packages.guix.gnu.org/packages/freeglut/badges/latest-version.svg]]