Files
egui/crates/egui
Emil Ernerfeldt 1e2df868ca different child_next_auto_id_source
Co-authored-by: Eric Van Albert <eric@van.al>
2024-02-01 11:53:26 +01:00
..
2023-09-12 10:39:17 +02:00
2024-02-01 11:53:26 +01: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.