This is a Go implementation of The Ray Tracer Challenge by Jamis Buck.
$ make setup
Run all tests with:
$ make test
Run all tests when any .go
file is changed:
$ make watch
This is a Go implementation of The Ray Tracer Challenge by Jamis Buck.
$ make setup
Run all tests with:
$ make test
Run all tests when any .go
file is changed:
$ make watch