Skip to content

A simple python to render the Mandelbrot fractal and apply filter on it

License

Notifications You must be signed in to change notification settings

Sigmanificient/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Scrutinizer Code Quality GitHub code size in bytes GitHub repo size Lines of code GitHub last commit

A pygame renderer for the mandelbrot well-known fractal.

Requirements

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