freeglut 2.8.1
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.
- Outputs:
out
- Website: https://freeglut.sourceforge.net/
- Licenses: X11
- Package source: gnu/packages/gl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install freeglut 2.8.1
as follows:
guix install freeglut@2.8.1
Or install the latest version:
guix install freeglut
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.