numba.jit-powered Mandelbrot visualization. Zooming in/out and navigating around possible.
2017-2023 Denis Meyer
- Python 3
- Create a virtual environment
python -m venv venv
- Activate the virtual environment
- Mac/Linux
source venv/bin/activate
- Windows
.\venv\scripts\activate
- Mac/Linux
- Install the required libraries
pip install -r requirements.txt
- Run the app
python src/Main.py
