This repository contains a straightforward implementation of a ray tracing algorithm, as detailed in 'Ray Tracing in One Weekend', utilizing the unique capabilities of Zig's comptime evaluation."
Rendering whole image at once.
$ zig build run > out.pgm
Rendering line by line.
$ gen.sh > out.pgm