The OpenGL UtilityToolkit (GLUT) is a programming interface withANSI C and
FORTRAN bindings for writing
window system independent OpenGL programs. The toolkit supports the following
functionality:
-
Multiplewindows for OpenGL rendering.
-
Callback driven event processing.
-
Sophisticated input devices.
-
An idle routine and timers.
-
A simple, cascading pop-up menu facility.
-
Utility routines to generate various solid and wire frame
objects.
-
Support for bitmap and stroke fonts.
-
Miscellaneous window management functions, including managing
overlays.
|