mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
* Closes https://github.com/emilk/egui/issues/4033 * Closes https://github.com/emilk/egui/pull/4072 This means you don't have to type `ui.ctx().foo` but just `ui.foo` --------- Co-authored-by: obellish <obellish@mpilabels.com> Co-authored-by: obellish <125279760+obellish@users.noreply.github.com>
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.