mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

Mandelbrot Example #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description:

A Mondelbrot set viewer.  This is a great demo because of the HTML5 and 
Pageforest features that can be demonstrated.

- Javascript computation (demonstrate JS speed).
- Demonstrates Canvas usage.
- Calculations done in multiple background threads using Web Workers.

- Cache PNG images from computed tiles in Pageforest blobs.
- Manage a tile request queue - and have peer clients computing tiles for 
each other(!).

Original issue reported on code.google.com by mckoss@gmail.com on 29 May 2010 at 3:19

GoogleCodeExporter commented 9 years ago

Original comment by mckoss@gmail.com on 29 May 2010 at 3:23

GoogleCodeExporter commented 9 years ago

Original comment by jcrocholl on 1 Jun 2010 at 7:03

GoogleCodeExporter commented 9 years ago
Work in progress is available here:
http://mandelbrot.pageforest.com/
http://code.google.com/p/pageforest/source/browse/#hg/examples/mandelbrot

Original comment by jcrocholl on 3 Jun 2010 at 9:23