Skip to content

An app to explore and generate fractal images from the mandelbrot set

License

Notifications You must be signed in to change notification settings

jghowe/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

An app to explore and generate fractal images from the Mandelbrot set.

Dependencies

Installation

To install, make sure your GOPATH and go workspace is setup correctly. Then run the following.

go get github.com/jghowe/mandelbrot
cd $GOPATH/src/github.com/jghowe/mandelbrot
npm install

Running

To run, set GOMAXPROCS to the number of cores available on your machine and then use npm start.

GOMAXPROCS=4 npm start

This will start a local web server at http://localhost:3000. You can use the mouse wheel or trackpad to zoom in/out and click and drag to pan. Click Render in the top right corner to render a new image at the current location.

About

An app to explore and generate fractal images from the mandelbrot set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published