rtrace 1.0.0

A pet raytracer to test overall pseudo-performance and multi-threading
Documentation
1
2
3
4
5
6
7
8
9
.phony:  image

all: gotrace
gotrace: gotrace.go
	go build -ldflags="-w -s" gotrace.go
clean:
	rm -f out.tga
image: gotrace
	time ./gotrace