OpenGL User Interface Library: Difference between revisions

Content deleted Content added
No edit summary
Tag: New redirect
 
(63 intermediate revisions by 42 users not shown)
Line 1:
#REDIRECT [[OpenGL#Associated libraries]]
'''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- and operating system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management.
 
{{Rcat shell|
It lacks the features of a more full-fledged GUI toolkit such as [[Qt (toolkit)|Qt]], [[wxWidgets]], or [[FLTK]], but it has a very small footprint and is extremely easy to use {{citation needed}}. A research or demonstration program using only GLUT can be modified in just a couple of hours, by someone new to the toolkit, to have a useful control panel. Weaknesses include the lack of a file chooser (perhaps the most frustrating omission) and mediocre responsiveness.
{{R to related topic}}
 
}}
It was first written by Paul Rademacher to help him with his academic work. It is now maintained by Nigel Stewart.
 
= See Also =
* [[GLU]]
* [[GLUT]]
 
==External links==
*[http://glui.sourceforge.net/ Main Site (download)]
*[http://sourceforge.net/projects/glui/ GLUI SourceForge Project]
 
{{compu-stub}}
 
[[Category:3D computer graphics]]
[[Category:SourceForge projects]]
 
[[es:GLUI]]
[[fr:OpenGL user interface library]]