You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavle Portic 5706ccf986
Change indentation to spaces
2 years ago
.editorconfig Change indentation to spaces 2 years ago
.gitignore Initial commit 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Update screenshot in readme 4 years ago
colors.py Change indentation to spaces 2 years ago
mandelbrot.py Change indentation to spaces 2 years ago

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