Fractals using Python 3
Aim of the project is drawing of escape-time fractals. They currently include:
To run script you need the following to be installed:
-
Python 3
-
Matplotlib
-
Numpy
-
Numba
Simply launch fractal.py file and watch fractals! Or you can run demo.bat for getting the main fractal images.
fractals.py --algorithm newton --colormap RdYlBu
fractals.py --algorithm mandelbrot --colormap magma --xmin -2 --xmax 2 --ymin -2 --ymax 2
fractals.py --algorithm julia --c 0-0.8j
fractals.py --algorithm julia --c " -0.8+0.156j" --xmin -2 --xmax 2 --ymin -2 --ymax 2
fractals.py --algorithm burningShip --colormap hot --xmin -2 --xmax 2 --ymin -2 --ymax 2
License is MIT