# 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 ``` ![cover_image](https://raw.githubusercontent.com/Nelarius/weekend-raytracer-rust/master/img/cover_image.png) # Dependencies - zig@0.6.0: https://ziglang.org/ - SDL2: https://wiki.libsdl.org/Installation