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
- Host: GitHub
- URL: https://github.com/rozukke/raytracer-ocaml
- Owner: rozukke
- License: mit
- Created: 2025-08-17T12:24:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T12:30:29.000Z (about 2 months ago)
- Last Synced: 2025-08-17T14:33:08.274Z (about 2 months ago)
- Language: OCaml
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```