egui/egui
Emil Ernerfeldt 5b0da17d91
Merge pull request #65 from emoon/support-space-key
Allow user to check for Key::Space
2020-12-13 12:29:05 +01:00
..
benches Demo App: Add ability to close the Backend window 2020-12-13 00:30:54 +01:00
fonts Add a second emoji font: emoji-icon-font 2020-12-12 15:03:12 +01:00
src Merge pull request #65 from emoon/support-space-key 2020-12-13 12:29:05 +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.