Go to file
Pavle Portic 7cc4c4ce21
Print number of total iterations on the current frame
2019-02-03 14:44:09 +01:00
.gitignore Initial commit 2019-02-03 03:46:23 +01:00
LICENSE Create LICENSE 2019-02-03 03:48:55 +01:00
README.md Add Keybind to toggle between color and monochrome mode 2019-02-03 12:49:46 +01:00
colors.py Add Keybind to toggle between color and monochrome mode 2019-02-03 12:49:46 +01:00
mandelbrot.py Print number of total iterations on the current frame 2019-02-03 14:44:09 +01:00

README.md

Mandelbrot

A simple python script that draws an interactive mandelbrot set in the terminal

Mandelbrot

Keybindings

  • Arrow keys - Move around
  • (/) - Zoom in and out
  • = - Reset zoom
  • +/- - Change the number of iterations to run per pixel
  • c - Toggle between color and monochrome mode
  • q - Quit