neveko/nevmes-gui/crates/egui
2023-04-30 11:55:41 -04:00
..
examples init 2023-04-30 11:55:41 -04:00
src init 2023-04-30 11:55:41 -04:00
Cargo.toml init 2023-04-30 11:55:41 -04:00
README.md init 2023-04-30 11:55:41 -04: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.