Files
egui/crates/egui
Matt Campbell 345b3c77d1 Fix doc comment
2022-11-30 09:38:37 -06:00
..
2022-11-30 09:38:37 -06:00
2022-11-29 10:26:48 -06: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.