https://github.com/phenax/mandelbrot-explorer
A simple x application to explore the mandelbrot set
https://github.com/phenax/mandelbrot-explorer
Last synced: about 2 months ago
JSON representation
A simple x application to explore the mandelbrot set
- Host: GitHub
- URL: https://github.com/phenax/mandelbrot-explorer
- Owner: phenax
- License: mit
- Created: 2020-07-04T19:39:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T14:34:44.000Z (over 5 years ago)
- Last Synced: 2025-03-06T08:57:18.153Z (over 1 year ago)
- Language: C
- Size: 1020 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mandelbrot Explorer
A simple x application to explore the mandelbrot set


## Build and run
Clone this repo, `cd` into the directory and run `make`.
Execute `./mandel` to launch the mandelbrot explorer
## Keybindings
* `q` => Quit
* `h` => Move left
* `l` => Move right
* `j` => Move down
* `k` => Move up
* `m` => Increase degree
* `n` => Decrease degree
* `=` => Zoom in
* `-` => Zoom out
You can also use quantifiers
* `10j` => Move 10 steps up
* `6=` => Zoom in 6x
* `space` => Reset to default position and zoom