Welcome to the Fractal Design Patterns: Mandelbrot & Julia Sets repository, a specialized collection dedicated to the exploration and generation of two of the most fascinating fractals in mathematics and art. This project dives deep into the Mandelbrot and Julia sets, showcasing the beauty and complexity inherent in these patterns. Here, enthusiasts and developers alike will find tools and algorithms designed to explore these fractals in unprecedented detail.
- Mandelbrot Set Exploration: Dive into the infinite complexity of the Mandelbrot set with tools that allow for deep zooming and high-resolution rendering.
- Julia Set Generation: Explore the Julia set's diverse beauty, generating patterns based on different parameters for a wide array of visual experiences.
- Customization Options: Tweak parameters such as zoom level, iteration count, and color schemes to create unique visual representations of these fractal sets.
Begin your journey into the heart of fractal geometry by:
- Cloning the repository to your local machine.
- Navigating to the project directory.
- Installing the required dependencies.
- Running the main script to simply visualise the fractal sets.
- Selecting either the Mandelbrot or Julia set and adjusting parameters to generate the fractal.
See the Installation section for setup instructions and the Usage Guide for detailed usage information.
git clone https://github.com/yourusername/FractalDesignPatterns.git
cd FractalDesignPatterns
pip install numpy matplotlib torch
python main.py