mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 12:08:56 +00:00
7db71eb875
This means two sliders now can use the same label
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.