emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

New way to make a menu (menu/tooltip/popup) #4669

Open Umatriz opened 1 week ago

Umatriz commented 1 week ago

I've been working on this in order to unify menus with tooltips/popups. But due to the lack of time I'm unable to finish it properly. If you have time and like the idea feel free to continue my work.

I didn't touch the menu module. All changes are located in the new_menu module and some examples in the examples/new_menu

Changes