ray This is a simple ray tracer, written in Go. It's only for fun, and based on the spec in The Ray Tracer Challenge. Usage git clone ... # tweak code in main.go ... make build && make run