Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mokiat/mandelbrot

Mandelbrot Set visualization in JavaScript
https://github.com/mokiat/mandelbrot

fractal javascript mandelbrot

Last synced: 6 days ago
JSON representation

Mandelbrot Set visualization in JavaScript

Awesome Lists containing this project

README

        

# The Mandelbrot Set

This project is a web page showing the beauty of the Mandelbrot Set and fractals in general.

[![Screenshot](./screenshot.png)](http://mokiat.com/mandelbrot/index.html)

Click on the preview image above or [this link](http://mokiat.com/mandelbrot/) to explore the visualization.

## Developer Guide

You need `nodejs` and `yarn` installed.

1. Download all dependencies

```
yarn install
```

1. Run the web application locally

```
yarn start
```