blob: 09e47cbd4cbea975083d0d27d4d73249e19c258c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ZiRC
Learning Zig by building a Raycasting engine (of sorts). Work in
progress.
## Build
Ensure you have a recent version of Zig (tested on
`0.9.0-dev.866+6a6e2cd64`), and the `csfml` library somewhere we your
linker can find it. Then run
`zig build -Drelease-fast run`
## License
GPLv3+
|