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

https://github.com/rgardner/fractal-fun

Mandelbrot Fractal using JS Web Workers
https://github.com/rgardner/fractal-fun

mandelbrot mandelbrot-fractal webapp webworker

Last synced: about 1 year ago
JSON representation

Mandelbrot Fractal using JS Web Workers

Awesome Lists containing this project

README

          

# Fractal Fun

Experiments with the [Mandelbrot set][mandelbrot]. This is based on the
Mandelbrot exercise in chapter 10 of the the [Head First HTML5
Programming][hfhtml5] book. This project uses [Web Workers][webworkers] to
compute the fractal in parallel.

## Getting Started

On Firefox, simply open [`fractal.html`][fractal.html] and it will just
work. For Safari and Chrome, you must run a webserver to work around their
security restrictions:

```sh
make
```

[fractal.html]: src/fractal.html
[hfhtml5]: http://shop.oreilly.com/product/0636920010906.do
[mandelbrot]: https://en.wikipedia.org/wiki/Mandelbrot_set
[webworkers]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers