Skip to content

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

License

Notifications You must be signed in to change notification settings

Quinta0/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages