fast and easy to use mandelbrot renderings and animations in python
Just run run.py
.
- own complex numbers
- built in complex numbers
- numpy arrays
- numba jit
- CUDA
the backend falls back to the next best, but animations using anything else then CUDA or maybe numba are really slow.
always:
- matplotlib
- numpy
optional:
- numba
- CUDA from their website, CUDA compatible GPU
works, but rewriting everything because some of the current code is ugly.