An open API service indexing awesome lists of open source software.

https://github.com/rozukke/raytracer-ocaml

"Ray Tracing in One Weekend" implemented in OCaml
https://github.com/rozukke/raytracer-ocaml

Last synced: about 1 month ago
JSON representation

"Ray Tracing in One Weekend" implemented in OCaml

Awesome Lists containing this project

README

          

# Raytracer in OCaml

"Ray Tracing in One Weekend" implemented in an effort to try and learn OCaml and functional programming languages in general.

# Build

Built with:
- OCaml 5.3.0
- Base library

```sh
dune build
dune exec raytracer
```