mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
Add Usage notes
This commit is contained in:
parent
9e303e14b2
commit
5e44c0b22a
1 changed files with 5 additions and 0 deletions
|
|
@ -10,4 +10,9 @@ series [Raytracing in One Weekend][weekend] which presents a raytracer
|
|||
in C++. I've adopted the programming style to suit the OCaml's
|
||||
functional style.
|
||||
|
||||
## Usage
|
||||
|
||||
You need to have OCaml installed. Running `make display` will compile
|
||||
the program and renders the hard-coded scene displayed above.
|
||||
|
||||
[weekend]: http://in1weekend.blogspot.com/2016/01/ray-tracing-in-one-weekend.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue