mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 10:08:54 +00:00
81b7e7f05a
Make it nice and smooth when big
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.