Raytracing Image Generator implemented in functional programming.
To compile/run, use the command:
cabal -O2 run functional-raytracing -- +RTS -s -N32
Note:
- Replace the
-Nargument with the number of your cores/threads, e.g.-N16,-N32,-N64, etc.