Raytracer Following this book as a guide to implement a raytracer in Zig Commands to get started: $ zig build run # run main $ zig test src/vector.zig # run unit tests on source files that have them