An open API service indexing awesome lists of open source software.

https://github.com/ma-fi-94/mandel

A renderer for the famous Mandelbrot set, written in C for optimal performance. Also includes some systematic experiments with different implementations in Python (in particular the numba library) to compare performance.
https://github.com/ma-fi-94/mandel

c mandelbrot mandelbrot-fractal mandelbrot-set plain-c

Last synced: about 2 months ago
JSON representation

A renderer for the famous Mandelbrot set, written in C for optimal performance. Also includes some systematic experiments with different implementations in Python (in particular the numba library) to compare performance.

Awesome Lists containing this project

README

        

# mandel
A renderer for the famous Mandelbrot set, written in C for optimal performance. Also includes some systematic experiments with different implementations in Python (in particular the numba library) to compare performance.