This is the mandelbrot set implemented in OCaml.
To execute the program, you first need opam
to install the dependencies:
eval $(opam env)
opam install js_of_ocaml js_of_ocaml-ppx dune
To run:
dune build
npx serve
Go to localhost:3000
to check out the fractal.
- EduardoLR10
- ribeirotomas1904
- MMagueta