Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.76 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.76 KB

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