https://github.com/cheyao/sdl-menu
Example of creating a app menu on macos with SDL
https://github.com/cheyao/sdl-menu
cocoa example sdl sdl3
Last synced: 10 months ago
JSON representation
Example of creating a app menu on macos with SDL
- Host: GitHub
- URL: https://github.com/cheyao/sdl-menu
- Owner: cheyao
- License: zlib
- Archived: true
- Created: 2024-05-02T19:56:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T20:00:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:14:16.186Z (about 1 year ago)
- Topics: cocoa, example, sdl, sdl3
- Language: CMake
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AppMenu with SDL
This is a combination of SDL3 in c++ and appMenu in objcxx. I wanted to have a menu a few months ago but didn't know how to do it, do I made it here.