Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 277 Bytes

camandelbrot

A Mandelbrot generator written in OCaml with the builtin Graphics library.

It is paralellized using the parmap library (https://github.com/rdicosmo/parmap).

Special attention was given to the coloring, with an histogram equalisation in order to make it nice.