pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

Implement Step Slider #5

Closed willpatera closed 9 years ago

willpatera commented 9 years ago

Currently we have a continuous slider - but could also be nice to have a step slider (discrete steps) for the future. Not critical at this point.

mkassner commented 9 years ago

I think the slider only needs the step rounding implemented and it should be done. No need for a separate slider type.

mkassner commented 9 years ago

stepping is implemented. Until the marks are drawn we can leave this open

willpatera commented 9 years ago

Working on rendering the marks now.

willpatera commented 9 years ago

Implemented - but needs serious optimization. Keeping this issue open until optimized. screen shot 2014-10-31 at 18 37 20

Todo:

mkassner commented 9 years ago

I think I have this fixed for now.