cli-mandelbrot icon indicating copy to clipboard operation
cli-mandelbrot copied to clipboard

:package: View the Mandelbrot set from your terminal

cli-mandelbrot

Build Status NPM Version License Dependency Status devDependency Status

View the Mandelbrot set from your terminal


Installation

npm install -g cli-mandelbrot

Usage

cli-mandelbrot

Example screen shot

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.

Example screen shot


Development

nvm use 6 # or nvm install 6
git clone [email protected]:danyshaanan/cli-mandelbrot.git
cd cli-mandelbrot
npm i
npm test

Feedback