OpenGL User Interface Library: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{Infobox software
| name = GLUI
| screenshot = [[Image:Glui.png|300px]]
| caption = Demonstration of the GLUI program
| collapsible = yes
| developer = [http://www.cs.unc.edu/~rademach Paul Rademacher]
| latest release version = 2.36
Line 9 ⟶ 12:
| website = http://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.
 
Line 17 ⟶ 19:
 
Weaknesses include the lack of a properly functioning file chooser (perhaps the most frustrating omission) and mediocre responsiveness.
 
[[Image:Glui.png|right|thumb|300px|Screenshot of GLUI example program]]
 
== See also ==