Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 445 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 445 Bytes

ocaml-raytracer

A Raytracing library in OCaml

Building

To build the raytracer example program run

dune build

Running

To run the example run

dune exec src/main.exe

TODO

  • Setup the builds in some nicer way
  • Document the module interfaces & general docs
  • Separate the example program from the library
  • Look into parallelisation