egui/egui
Emil Ernerfeldt b88bec9ca3 Document that `CtxRef` is generational and shouldn't be stored
Related to https://github.com/emilk/egui/issues/1005
2021-12-28 10:05:10 +01:00
..
src Document that `CtxRef` is generational and shouldn't be stored 2021-12-28 10:05:10 +01:00
Cargo.toml Set MSRV to 1.56.0 and use rust edition 2021 (#998) 2021-12-25 19:32:25 +01:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01: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.