weekend-raytracer-zig
A Zig implementation of the "Ray Tracing in One Weekend" book
Zig★ 100⑂ 11 forksupdated 4 years ago
visit the demo
git clone https://github.com/Nelarius/weekend-raytracer-zig.gitNelarius/weekend-raytracer-zigREADME.mdfork it — it’s yours
Ray Tracing in One Weekend (Zig)
This is a fairly straightforward implementation of Peter Shirley's "Ray Tracing in One Weekend" book in the Zig programming language
To run:
$ zig build run -Drelease-fast
Dependencies
- zig@0.6.0: https://ziglang.org/
- SDL2: https://wiki.libsdl.org/Installation
more like this
