https://github.com/bodil/mandelbrotlol
A very simple Mandelbrot set renderer using HTML5 canvas and web workers
https://github.com/bodil/mandelbrotlol
Last synced: 2 months ago
JSON representation
A very simple Mandelbrot set renderer using HTML5 canvas and web workers
- Host: GitHub
- URL: https://github.com/bodil/mandelbrotlol
- Owner: bodil
- Created: 2010-04-05T13:01:34.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-05T16:15:11.000Z (about 15 years ago)
- Last Synced: 2025-01-28T04:41:18.510Z (4 months ago)
- Language: JavaScript
- Homepage: http://bodil.github.com/mandelbrotlol/
- Size: 102 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MANDELBROTLOL
=============A very simple HTML5 demo which renders the Mandelbrot set into a canvas element using a dedicated web worker.
This code is in the public domain. Use it anywhere you like.