egui/egui
Emil Ernerfeldt 8ff0bed259 [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).
2020-10-07 09:59:49 +02:00
..
benches fix compilation of test and benchmark 2020-10-01 16:54:05 +02:00
fonts Rename from "Emigui" to "Egui" 2020-05-30 10:22:35 +02:00
src [slider] Logarithmic sliders with support for zero and infinity 2020-10-07 09:59:49 +02:00
Cargo.toml Bump Egui version to 0.1.4 2020-09-08 09:47:42 +02:00
README.md Move TODO-list to own TODO.md 2020-08-29 18:16:43 +02:00

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.