Jump to content

OpenGL User Interface Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 128.178.45.118 (talk) at 09:32, 12 October 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, 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.

It has first been written by Paul Rademacher for helping him in his academic work. It is now maintened by Nigel Stewart and has been migrated to SourceForge since October 2003.


Main Site (download)

GLUI Sourge Forge Project