iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
23.56k stars 1.09k forks source link

Menu bars support plan #114

Open crlf0710 opened 4 years ago

crlf0710 commented 4 years ago

For windowed games and casual applications, sometimes there's need to add a menu bar. What's the best practice here? Should an addon or something be created?

fenhl commented 2 years ago

Should this be reopened given #1047?

4nte commented 2 years ago

+1 reopen this?

wyatt-herkamp commented 2 years ago

Tao hard forked winit adding menus and #124 Should Iced move the winit implementation to Tao. Or even make a have a different implementation for Tao

Now I know this leaves open how would we implement that into glutin.

tseli0s commented 9 months ago

May I ask what's the progress on this? Should I wait or create my own menu implementation from buttons?

breynard0 commented 2 months ago

iced_aw does have a menu implementation. Perhaps it's worth having one in iced, but that one will do until then.