Follow the steps in the mandelbrotGeneration and juliaGeneration files to learn how this works and create your own fractals in the mandelbrotGIF and mandelbrotZoomGIF files!
- generator ~ contains fractal generator Python files
- mandelbrotGeneration.ipynb - Create your own Mandelbrot Fractal using the CPU and GPU in Python!
- juliaGeneration.ipynb - Create your own Julia Fractal using the CPU and create a Julia GIF using the GPU in Python!
- mandelbrotGIF.ipynb - Create your own Mandelbrot GIF using the same technique used in juliaGeneration!
- mandelbrotZoomGIF.ipynb - Zoom into any Mandelbrot Fractal you create! Adds to code from mandelbrotGIF.ipynb
- examples ~ contains example GIFs from fractal generator scripts
- mandelbrot.gif - Example GIF File of Mandelbrot Fractal from mandelbrotGIF.ipynb
- julia.gif - Example GIF File of Julia Fractal from juliaGeneration.ipynb
- mandelbrot_zoom.gif - Example GIF File of Mandelbrot Zoom Fractal from mandelbrotZoomGIF.ipynb