egui/crates/egui
hinto-janaiyo 628c84cbee
Add trailing_fill() toggle to Slider (#2660)
* slider: add trailing_color toggle

* slider/visuals: add global option in visuals with override toggle

* slider: add to demos

* use `.unwrap_or_else()` instead of match
2023-02-05 08:17:58 +01:00
..
examples Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
src Add trailing_fill() toggle to Slider (#2660) 2023-02-05 08:17:58 +01:00
Cargo.toml New feature to support unity vertex layout requirement (#2493) 2023-02-04 15:33:41 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

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.