OpenGL User Interface Library

GLUI
Developer(s) Paul Rademacher
Stable release
2.36 / November 4, 2007 (2007-11-04)
Written in C++
Operating system Cross-platform
Type Widget toolkit
License LGPL
Website glui.sourceforge.net

OpenGL User Interface Library (GLUI) is a C++ user interface library based on the OpenGL Utility Toolkit (GLUT) which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window- and operating system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management.

It lacks the features of a more full-fledged GUI toolkit such as Qt, wxWidgets or FLTK, but it has a very small footprint and is extremely easy to use like Game GUI. A research or demonstration program that originally only uses GLUT can be given a useful control panel using GLUI in a short time, even by someone new to the toolkit.

It was first written by Paul Rademacher to help him with his academic work. It is now maintained by Nigel Stewart.

Weaknesses include the lack of a properly functioning file chooser (perhaps the most frustrating omission) and mediocre responsiveness.

See also

This article is issued from Wikipedia - version of the 4/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.