A pretty simple raytracer in golang
(assuming that you already have your GOPATH
setup correctly)
Just run go build
in this repo's root, no external libraries are needed
Usage of ./rtrace:
-height int
height of render target
-width int
width of render target
-target string
render target (use "-" for stdout) (default "-")