Metadata-Version: 2.1
Name: mandelbrot_julia_fractals
Version: 1.0.0
Summary: A fractal visualisation for the Mandelbrot and Julia sets
Home-page: https://github.com/LayanJethwa/fractals
Author: Layan Jethwa
Author-email: lrsjethwa3.14@gmail.com
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE


# Fractal visualiser

This project generates fractals in the Mandelbrot and Julia sets, displaying them for the user.

## Features

- Julia/Mandelbrot set toggle
- Change real and imaginary parts of the seed
- Change index of the calculation (for "Multibrot" sets)
- 3D render with polygon mesh
- Up to 2^54 times zoom


## Usage

``pip install mandelbrot_julia_fractals``

``from mandelbrot_julia_fractals import fractals``

``from mandelbrot_julia_fractals import mandelbrot_3d_opengl``

``fractals.main()`` or ``mandelbrot_3d_opengl.main()``

