egui/egui
2020-12-15 14:50:24 +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 ui.image now takes impl Into<Vec2> as a size argument 2020-12-15 14:50:24 +01:00
Cargo.toml Fix publishing (renamed font files) 2020-12-13 21:21:35 +01:00
README.md Move TODO-list to own TODO.md 2020-08-29 18:16:43 +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.