An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Mandelbrot Explorer
A simple x application to explore the mandelbrot set

![N-Degrees](./screenshots/n-deg.jpg)
![Part](./screenshots/pretty.jpg)

## 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