Skip to content

A Python programmed, PyGame built Mandelbrot Set renderer that uses the Numba module to make rendering fast.

Notifications You must be signed in to change notification settings

08BitPixels/Mandelbrot-Set-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===== ABOUT =====

  • Built on PyGame.
  • Uses Numba (converts Python to machine code) to make calculations fast.

===== CONFIG =====

  • Use config.py to configure the render.
  • Among other things, you can configure:
    • The resolution of the render
    • Autosave settings (for long renders)
    • The gradient used to shade the render
    • Many other settings concerning the Mandelbrot Set itself.

About

A Python programmed, PyGame built Mandelbrot Set renderer that uses the Numba module to make rendering fast.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages