rtrace 1.0.0

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

all: rtrace
rtrace:
	cargo build --release
image: rtrace
	time ./target/release/rtrace --samples-per-pixel=4 --width=1024 --height=768 out.tga