Skip to content

A simple Haskell program that displays the Mandelbrot set in grayscale

License

Notifications You must be signed in to change notification settings

ollenurb/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Fractal

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.

Running the program

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.

About

A simple Haskell program that displays the Mandelbrot set in grayscale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published