https://github.com/aquapi/raytest
Raylib app with Zig
https://github.com/aquapi/raytest
Last synced: 11 months ago
JSON representation
Raylib app with Zig
- Host: GitHub
- URL: https://github.com/aquapi/raytest
- Owner: aquapi
- Created: 2025-04-29T06:30:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T04:11:48.000Z (about 1 year ago)
- Last Synced: 2025-05-16T19:12:36.734Z (about 1 year ago)
- Language: Zig
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Testing raylib with Zig.
```sh
# Initialize the project
zig init
# Add dependencies
zig fetch --save git+https://github.com/raysan5/raylib
zig fetch --save=raygui git+https://github.com/raysan5/raygui
```