Skip to content

A small project to calculate and draw the mandelbrot set.

License

Notifications You must be signed in to change notification settings

glouhaichi/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

A small project to calculate and draw the mandelbrot set.

Mandelbrot set

Let's consider the following function of complex numbers :

f[c]: x -> x^2 + c

The mandelbrot set is the set of complex numbers c for which iterating 0 over f[c] converges.

Goal

The goal of this project is to iterate this function over different values of c and draw the convergeant results using simple color coding.

Install

Run the following :

npm install
source script/env.sh
bower install
python -m SimpleHTTPServer 1234

Then open http://localhost:1234

About

A small project to calculate and draw the mandelbrot set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published