mandelbrot/README.md

13 lines
354 B
Markdown
Raw Permalink Normal View History

2019-02-03 04:01:24 +01:00
# Mandelbrot
2019-02-03 03:50:15 +01:00
A simple python script that draws an interactive mandelbrot set in the terminal
2019-02-03 14:55:00 +01:00
![Mandelbrot](https://i.imgur.com/shZLyxK.png)
2019-02-03 04:01:24 +01:00
2019-02-03 03:50:15 +01:00
## Keybindings
2019-02-03 03:58:13 +01:00
- 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