42isTheAnswer42 / mandelbrot-set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandebrot Set in JavaScript

According Wikipedia, Mendelbrot Set,

The Mandelbrot set has become popular outside mathematics both for its aesthetic appeal and as an example of a complex structure arising from the application of simple rules. It is one of the best-known examples of mathematical visualization and mathematical beauty.

In this entry a menadelbrot set will be implemented and plotted using Canvas and JavaScript.

Why Did I Build This?

This app was built for the purpose of sharing my knowledge on it, this is explained in my personal Blog.

You can check out this post here.

Live demo here

About


Languages

Language:JavaScript 93.0%Language:HTML 7.0%