Skip to content

Create Mandelbrot and Julia Fractals using Python! Follow the steps in the mandelbrotGeneration and juliaGeneration files to learn how this works and create your own in the mandelbrotGIF file

License

Notifications You must be signed in to change notification settings

kumarrah2002/Fractal_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot and Julia Fractal Generator using Python

Create Mandelbrot and Julia Fractals with Python!

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!

The files included are:


  • 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

About

Create Mandelbrot and Julia Fractals using Python! Follow the steps in the mandelbrotGeneration and juliaGeneration files to learn how this works and create your own in the mandelbrotGIF file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published