The program was the winning submission for the 2018 Haskell Functional Programming Competition @ UoE. The task was to use the skills we learned and apply them to anything fractal related.
Fractals & Documentation (google drive)
Prequisiteshttps://drive.google.com/file/d/0B8EogF1phOCBM19LOWd5M3o2N25xdklmWllfaEtfYkZOeGRz/view
cabal install BMP
cabal install bytestring-strict-builder
make
make
also works, but if it doesn't use:
ghc --make main.hs -o Fractals -threaded -cpp -O2
cabal install gtk
On linux it may be beneficial to install gtk2hs
make window
if make
doesn't work use:
ghc --make main.hs -o Fractals -threaded -cpp -D__GUI_APP -O2
It should create an executable called: Fractals