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
-
Mathplotlib
-
Numpy
Simply launch fractal.py file and watch fractals!
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