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). |
||
|---|---|---|
| .. | ||
| benches | ||
| fonts | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
GUI implementation
This is the core library crate Egui. It is fully platform independent without any backend. You give the Egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.