egui/egui
Emil Ernerfeldt e4afba3bb8 Misc code cleanup 2020-12-16 21:59:33 +01:00
..
benches Deprecated RawInput::screen_size and replaced with screen_rect 2020-12-16 21:52:28 +01:00
fonts Add a second emoji font: emoji-icon-font 2020-12-12 15:03:12 +01:00
src Misc code cleanup 2020-12-16 21:59:33 +01:00
Cargo.toml Update parking_lot_core 2020-12-16 15:36:58 +01:00
README.md Move TODO-list to own TODO.md 2020-08-29 18:16:43 +02:00

README.md

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.