mirror of
https://github.com/emilk/egui.git
synced 2026-07-16 19:48:53 +00:00
39917bec26
* Returns openness in CollapsingResponse * Make CollapsingState a building block for custom collapsing headers * Add a demo of the custom collapsing header * Revert to much simpler tree demo * Add CollapsingState::is_open and CollapsingState::set_open
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.