Nim implementation of an raytracer from the book Ray tracing in one weekend.
Code is also multithread
Default code renders a 1280x720 image with 128 samples (these values can be changed on line 62 of raytracing.nim).
As there is no external depdencies, you just compile with
nim compile -d:release --threads:on raytracing.nim
