RAY TRACER
A simple ray tracer built in pure Go. Built following the 'Ray tracer in a weekend' book, with some twists like multithreading using goroutines
and a class-less implementation. Will be adding more things like lighting and textures in the future.