mandelbrot/README.md
Yann Esposito (Yogsototh) 64eddbc80e no more B&W
2013-01-15 15:52:30 +01:00

16 lines
398 B
Markdown

# Parallel Mandelbrot Set with Haskell
A parallel generation of the Mandelbrot set.
It uses repa and repa-devil.
As always Haskell rocks.
Don't look too much to the quality of this code.
It is more a hack than a real project.
But it remains a nice example.
Here is the result:
<img src="https://github.com/yogsototh/mandelbrot/raw/master/mandelbrot.png" alt="Mandelbrot Set" width="100%" />