Awesome
cli-mandelbrot
View the Mandelbrot set from your terminal
Installation
npm install -g cli-mandelbrot
Usage
cli-mandelbrot
Use the 'wasd' keys to move around, 'r' and 'f' to zoom in and out, 't' and 'f' to calculate more or less iterations, 'q' to toggle the help text, and 'o' to quit.
Development
nvm use 6 # or nvm install 6
git clone git@github.com:danyshaanan/cli-mandelbrot.git
cd cli-mandelbrot
npm i
npm test
Feedback
- If you enjoyed this package, please star it on Github.
- You are invited to Open an issue on Github.
- For other matters, my email address can be found on my NpmJS page, my Github page, or my website.