PythonMandelbrotViewer is an experimental mandlebrot viewer coded in Python 3.8 with zoom, movement, and screenshot functionality.
-
Python 3.8 - https://www.python.org/downloads/release/python-380/
-
pip (recommended for installing the other prerequsisites) - https://pip.pypa.io/en/stable/reference/pip_install/
-
numba - http://numba.pydata.org
pip install numba
- pygame - https://www.pygame.org/news
pip install pygame
- numpy - https://numpy.org/
pip install numpy
- Install all needed prerequisites (Listed above)
- Download the included MandelbrotViewer.py file
- Execute MandelbrotViewer.py
Movement: WASD
Zoom in: e
Zoom out: q
Increase iterations: r
Decrease iterations: f
Take Screenshot: t
- Randy Graham - Initial work
- Ryan Graham - Documentation and testing - Grahamr975
This project is licensed under the MIT License - see the LICENSE.md file for details