https://github.com/sigmanificient/mandelbrot
A simple python to render the Mandelbrot fractal and apply filter on it
https://github.com/sigmanificient/mandelbrot
mandelbrot mandelbrot-fractal mandelbrot-viewer pygame pygame-application python python3
Last synced: 4 months ago
JSON representation
A simple python to render the Mandelbrot fractal and apply filter on it
- Host: GitHub
- URL: https://github.com/sigmanificient/mandelbrot
- Owner: Sigmanificient
- License: mit
- Created: 2021-05-14T20:59:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:04:22.000Z (over 1 year ago)
- Last Synced: 2025-05-14T18:09:37.644Z (5 months ago)
- Topics: mandelbrot, mandelbrot-fractal, mandelbrot-viewer, pygame, pygame-application, python, python3
- Language: Python
- Homepage:
- Size: 2.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Mandelbrot
[](https://scrutinizer-ci.com/g/Sigmanificient/Mandelbrot/?branch=master)




A pygame renderer for the mandelbrot well-known fractal.## Requirements
```requirements.txt
numba~=0.53.1
pygame~=2.0.1
```## Controls
`f` *toggle* : flush screen for each render`e` *toggle* : show red progress bar
`0-9`: *toggle* : enable/disable a filter
### Adding your filter
You can add your very own filter at line 62, that you'll be able to use.
**** *It needs to be a valid Filter object*