Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mokiat/mandelbrot
- Owner: mokiat
- License: apache-2.0
- Created: 2014-10-04T19:40:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T20:49:27.000Z (about 3 years ago)
- Last Synced: 2024-04-13T23:54:17.851Z (7 months ago)
- Topics: fractal, javascript, mandelbrot
- Language: JavaScript
- Homepage: http://mokiat.com/mandelbrot/
- Size: 817 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```