An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mandelbrot

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Sigmanificient/Mandelbrot/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Sigmanificient/Mandelbrot/?branch=master)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Sigmanificient/Mandelbrot)
![GitHub repo size](https://img.shields.io/github/repo-size/Sigmanificient/Mandelbrot)
![Lines of code](https://img.shields.io/tokei/lines/github/Sigmanificient/Mandelbrot)
![GitHub last commit](https://img.shields.io/github/last-commit/Sigmanificient/Mandelbrot)

![](https://github.com/sigmanificient/mandelbrot/blob/master/screenshots/1.png)
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*