/Mandelbrot

This is a simple Mandelbrot set generator written in Python. It uses the `numpy` and `matplotlib` libraries to generate and display the set.

Primary LanguagePythonMIT LicenseMIT

Mandelbrot

This is a simple Mandelbrot set generator written in Python. It uses the numpy and matplotlib libraries to generate and display the set. Mandelbrot set

Installation

To install the required libraries, run the following command:

pip install -r requirements.txt

Usage

To generate the Mandelbrot set, simply run the gpuset.py script if you wish to use the GPU (highly suggested since it is computational demanding) or the set.py for the version that utilizes the CPU. The script will generate the set and display it in a new window.