A raytracing program written in Go.
Created following the book Ray Tracing in One Weekend by Peter Shirley (original source code written in C++).
Build the binary, run the program to generate an image, and open it in an image viewer.
go build -o ./bin/raytracer ./src/
./bin/raytracer > output.ppm
open output.ppm