mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 00:37:27 +00:00
5d950e1c15
Closes: #1290 Fix panic reported by @Titaniumtown See https://github.com/emilk/egui/pull/1306#issuecomment-1060775376
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.