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.
- Host: GitHub
- URL: https://github.com/ma-fi-94/mandel
- Owner: Ma-Fi-94
- Created: 2022-10-03T13:02:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T15:54:49.000Z (over 2 years ago)
- Last Synced: 2025-02-12T06:24:26.646Z (4 months ago)
- Topics: c, mandelbrot, mandelbrot-fractal, mandelbrot-set, plain-c
- Language: C
- Homepage: https://mmfischer.de/038_close/038_close.html
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.