yogsototh / mandelbrot

A Parallel bicolor mandelbrot set generator done in haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has two homes. It is ok to work in github, still, for a better decentralized web please consider contributing (issues, PR, etc...) throught:

https://gitlab.esy.fun/yogsototh/mandelbrot


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:

Mandelbrot Set

And a video made with avconv (ffmpeg); see the run script: https://vimeo.com/61190538.

About

A Parallel bicolor mandelbrot set generator done in haskell

License:Other


Languages

Language:Haskell 64.5%Language:Shell 35.5%