This is a multithreaded torus ray-tracer, with frontends for rendering to a window, or directly in the terminal in real time.
Explanation of multithreading can be found here.
Explanation of terminal rendering can be found here.
$ dune exec -- otorus --terminal
$ dune exec -- otorus --windowThe rendered scene can be configured in bin/config.ml, with other parameters in bin/main.ml.
Terminal recordings of realtime renders can be found here.



