|
 |

The OpenGL Utility Toolkit (GLUT)
OpenGL documentation |
|
|
Programming Interface |
|
Copyright (c) 1994, 1995, 1996. Mark J. Kilgard. All rights reserved.
Last update 1996-11-13
English |
|
|
|
|
|
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.
|
|