https://github.com/quinta0/mandelbrot
This is a simple Mandelbrot set generator written in Python. It uses the `numpy` and `matplotlib` libraries to generate and display the set.
https://github.com/quinta0/mandelbrot
mandelbrot mandelbrot-fractal mandelbrot-set multithreading pyopencl python
Last synced: 11 months ago
JSON representation
This is a simple Mandelbrot set generator written in Python. It uses the `numpy` and `matplotlib` libraries to generate and display the set.
- Host: GitHub
- URL: https://github.com/quinta0/mandelbrot
- Owner: Quinta0
- License: mit
- Created: 2024-06-20T16:19:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T18:02:31.000Z (about 2 years ago)
- Last Synced: 2025-02-24T12:15:32.300Z (over 1 year ago)
- Topics: mandelbrot, mandelbrot-fractal, mandelbrot-set, multithreading, pyopencl, python
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mandelbrot
This is a simple Mandelbrot set generator written in Python. It uses the `numpy` and `matplotlib` libraries to generate and display the set.

## Installation
To install the required libraries, run the following command:
```bash
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.