OpenGL User Interface Library
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/OpenGL User Interface Library exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "OpenGL User Interface Library" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|OpenGL User Interface Library|concern=Not notable. There are no independent sources}} ~~~~ Timestamp: 20180519153219 15:32, 19 May 2018 (UTC) Administrators: delete |
Developer(s) | Paul Rademacher |
---|---|
Stable release | 2.36
/ November 4, 2007 |
Written in | C++ |
Operating system | Cross-platform |
Type | Widget toolkit |
License | LGPL |
Website | glui |
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. 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
- FreeGLUT
- OpenGL Utility Library (GLU)
- OpenGL Utility Toolkit (GLUT)