A Raytracing library in OCaml
To build the raytracer example program run
dune build
To run the example run
dune exec src/main.exe
- Setup the builds in some nicer way
- Document the module interfaces & general docs
- Separate the example program from the library
- Look into parallelisation