An open API service indexing awesome lists of open source software.

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

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
```