danyshaanan / cli-mandelbrot

:package: View the Mandelbrot set from your terminal

Home Page:https://npmjs.org/package/cli-mandelbrot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:danyshaanan/cli-mandelbrot.git
cd cli-mandelbrot
npm i
npm test

Feedback

About

:package: View the Mandelbrot set from your terminal

https://npmjs.org/package/cli-mandelbrot

License:MIT License


Languages

Language:JavaScript 100.0%