mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
If you change your code for what is contained in a menu, tooltips, combobox etc, it is helpful if egui will recompute the size of that Area next frame. Now it will! The user-chosen size of a `Window` is still persisted via other means.
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.