mandelbrot/README.md

17 lines
398 B
Markdown
Raw Normal View History

2011-10-25 14:52:21 +00:00
# Parallel Mandelbrot Set with Haskell
A parallel generation of the Mandelbrot set.
2013-01-15 14:52:30 +00:00
It uses repa and repa-devil.
2011-10-25 14:52:21 +00:00
As always Haskell rocks.
2011-10-25 14:55:07 +00:00
2013-01-15 14:52:30 +00:00
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.
2011-10-25 14:55:07 +00:00
Here is the result:
<img src="https://github.com/yogsototh/mandelbrot/raw/master/mandelbrot.png" alt="Mandelbrot Set" width="100%" />