libglui / glui

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, using GLUT or FreeGLUT.
Other
196 stars 81 forks source link

File support #43

Open josch opened 9 years ago

josch commented 9 years ago

https://sourceforge.net/p/glui/feature-requests/7/

initial report

The number one thing I want to do with my quick n dirty GLUI UIs that is hard right now is opening files. Some sort of built in file chooser widget would be really handy. Of course it's kind of tricky when you're penned in by GLUT's limitations, but still I've got something hacked up in my own code to show files in GLUT menus. Something could be done.

reply 1

Yes, i agree, using the system-specific file browser would be a nice addition to GLUI.

Nigel