game-wip-dontplay/egui/crates/egui
2023-04-18 15:40:12 +02:00
..
examples vendor 2023-04-18 15:38:14 +02:00
src more 2023-04-18 15:40:12 +02:00
Cargo.toml vendor 2023-04-18 15:38:14 +02:00
README.md vendor 2023-04-18 15:38:14 +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.