Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 423 Bytes

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

Dependencies