a raytracer written in Go , taken from writing a raytracer in a weekend
- Install Go 1.22+
- Install rayt as
git clone https://github.com/sagnikc395/rayt
- Install
task
from homebrew:
brew install go-task/tap/go-task
- Build the binary
task build
- Run and view the image
task run