egui/egui
Emil Ernerfeldt 6de93cb0ec Remove the label! macro 2020-12-10 10:15:25 +01:00
..
benches Split out tesselation from Context::end_frame() 2020-11-07 11:44:32 +01:00
fonts Change default font to Ubuntu-Light 2020-11-30 07:55:00 +01:00
src Remove the label! macro 2020-12-10 10:15:25 +01:00
Cargo.toml Release 0.4.0 of egui, egui_web and egui_glium 2020-11-28 13:47:00 +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.