Replies: 1 comment
-
For future visitors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This probably isn't technically an egui specific question, but more of an integration question. If I wanted to create an egui app, but use a native system menu bar (esp. important on macOS)... is there a way to do it and has anybody done it? Either with eframe or some other set of windowing crates? (maybe using
menubar
crate???) thxUpdate: One idea would be to use this crate and use FLTK for the window creation and system menus and egui for the inner canvas.
Update 2: Another probably better idea is to use
egui-tao
along with muda cratesBeta Was this translation helpful? Give feedback.
All reactions