1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

[slider] Logarithmic sliders with support for zero and infinity

Logarithmic sliders will intelligently help you pick a good range
even if you inlcude zero or infinity. They also support crossing
the zero value, so you can have a slider span -INF to +INF.

The sliders now also supports reversed sliders (large -> small).
This commit is contained in:
Emil Ernerfeldt
2020-10-07 09:59:49 +02:00
parent d5d8eeb172
commit 8ff0bed259
10 changed files with 409 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [ ] Text selection
* [ ] Clipboard copy/paste
* [ ] Move focus with tab
* [ ] Horizontal slider
* [ ] Vertical slider
* [/] Color picker
* [x] linear rgb <-> sRGB
* [x] HSV