moonpool/README.md
Samrat Man Singh 9e303e14b2 Edit README
2017-11-15 14:49:36 +05:45

456 B

rayml

Example rendered scene

A raytracer written in OCaml. It supports diffuse("matte") and reflective("metallic") surfaces.

The design of the software roughly follows Peter Shirley's mini-book series Raytracing in One Weekend which presents a raytracer in C++. I've adopted the programming style to suit the OCaml's functional style.