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

Slider #50

Open josch opened 9 years ago

josch commented 9 years ago

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

initial report

I would like to have a slider (like in java swing :)) for adjusting values (f.e. colors) on a fast but not to detailed way. Until now I take either a spinner (which is somehow to detailed) or a transformator (which is somehow strange and not its purpose).

The slider should have a horizontal or vertical form, should perhaps have a minimum and maximum value, and should have an adjustable tick space. Perhaps minimum and maximum values should be labeled.

reply 1

Scrolling has been recently added to cvs, a slider variation would also be good.

billtsalamander commented 8 years ago

You should contact Mike Bailey at Oregon State, his email is public, as he wrote a slider widget for GLUI that he distributed to students in his UCSD and Oregon State classes.