Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanis2000/zig-sdl
Trying to get SDL2 linked as a static library in a Zig project
https://github.com/tanis2000/zig-sdl
Last synced: 4 days ago
JSON representation
Trying to get SDL2 linked as a static library in a Zig project
- Host: GitHub
- URL: https://github.com/tanis2000/zig-sdl
- Owner: tanis2000
- Created: 2020-04-27T18:34:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T00:45:02.000Z (about 1 year ago)
- Last Synced: 2023-11-01T01:29:54.908Z (about 1 year ago)
- Language: Zig
- Size: 3.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL compiled from source with Zig for macOS and iOS
## macOS
zig build -Dtarget=aarch64-macos
## iOS
zig build -Dtarget=aarch64-ios