CianLR / ocaml-raytracer

A basic ray tracing library for OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic ray tracing library for OCaml

License:MIT License


Languages

Language:OCaml 100.0%