A simple program that generates an image of the mandelbrot fractal. It uses
repa and JuicyPixels.
In order to exploit parallelism provided by the repa package, you need to have llvm
installed.
The project uses stack as a build tool, run stack build
to compile, then stack run -- +RTS -s -N4
to run the program using 4 processing cores. The program will then generate an image file
mandelbrot.png
in the root directory.