blob: 15ff1f67dc4ce4e423095d9027f96083089453b5 (
plain)
1
2
3
4
5
6
7
|
GLUI is a GLUT-based C++ user interface library which provides
controls such as buttons, check boxes, radio buttons, and spinners
to OpenGL applications. It is window-system independent, relying
on GLUT to handle all system-dependent issues, such as window and
mouse management.
WWW: http://www.cs.unc.edu/~rademach/glui/
|