Mandelbrot Research Repo

ยท 124 words ยท 1 minute read

Mandelbrot fractal research repo

Why? ๐Ÿ”—

I’ve refactored this piece of code like 6140275936420759697 times so here’s the collection of all those efforts.

How? ๐Ÿ”—

The C directory has everything you need for a 100% portable version to generate on whatever piece of hardware you want.

nobuild courtesy of tsoding at:

The c++ directory has three sub directories. mandelbrot/ has my first c port from:

mandelbrot-gamma/ using openmp for multithreading; a very optimized version of that same code mandelbrot-lambda/ is in the works but it’s supposed to be the same as mandelbrot-gamma but using lambdas

Here it is ๐Ÿ”—

4K mandelbrot image

TODO() ๐Ÿ”—

- histogram
- fancy colors
- specify spot to generate in
- maybe animate ??

Links ๐Ÿ”—

* Link to github repo: https://github.com/Sunglas/mandelbrot