mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Closes https://github.com/emilk/egui/issues/4582 User-story: there are multiple icons in a row, and the user wants them explained. They hover over one until the tooltips appears. They then move on to the next and don't want to wait for that tooltip again.
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.