GitXplorerGitXplorer
d

cli-mandelbrot

public
91 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
ada1e2c77cfe599efe367d11f7ad7f4b7868ae9c

1.0.4

ddanyshaanan committed 6 years ago
Verified
7e7ca13a9268495181d33f3a7a7fe82c9346fe6f

Update lodash version

ddanyshaanan committed 6 years ago
Verified
beffcff50bb69a9c2eab6ee0fa1f8580a4a6ebd6

Add Node versions for Travis

ddanyshaanan committed 8 years ago
Unverified
dab1c65568fb7f898d7be89a855b5925e06657f5

Add babel-eslint parser to .eslintrc

ddanyshaanan committed 9 years ago
Unverified
da5516cd4d69d48ddd2b1e6b88388cde8570d688

Update ava version

ddanyshaanan committed 9 years ago
Unverified
da145139b797b1f92a4b4d94977960f99abf8b27

Fix performance regression by removing destructuring

ddanyshaanan committed 9 years ago

README

The README file for this repository.

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