hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.52k stars 641 forks source link

Enable to customize a desktop menu #1554

Open hajimehoshi opened 3 years ago

hajimehoshi commented 3 years ago

Requested by @nadimkobeissi

hajimehoshi commented 3 years ago

https://github.com/glfw/glfw/issues/638#issuecomment-155176640 GLFW doesn't support this. We'd need some hack.

hajimehoshi commented 3 years ago

Let's start with macOS, and then consider the other platforms later.

hajimehoshi commented 3 years ago

https://github.com/ishmulyan/ebiten-macos-menu A proof of concept

hajimehoshi commented 3 years ago

As this is already possible by using a third party library, let me deprioritize this

hajimehoshi commented 2 years ago

I feel like this is out of scope of Ebitengine, while I have not decided yet.

As this is alreday possible without modifying Ebitengine, let me remove the milestone.