From 7cfc43ccbfd1cdcdf28488946f36146ecc6f0c2a Mon Sep 17 00:00:00 2001 From: Max Graey Date: Thu, 8 Nov 2018 12:19:53 +0200 Subject: [PATCH] Update Mandelbrot fiddle Fix #324 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3000aa..18fd2fbc 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Examples * **[Conway's Game of Life](./examples/game-of-life)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/game-of-life/index.html) | [fiddle](https://webassembly.studio/?f=gvuw4enb3qk) ]
Continuously updates the cellular automaton and visualizes its state on a canvas. -* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=pne1undq5g) ]
+* **[Mandelbrot Set](./examples/mandelbrot)** [ [demo](https://rawgit.com/AssemblyScript/assemblyscript/master/examples/mandelbrot/index.html) | [fiddle](https://webassembly.studio/?f=m6hbiw9wyq) ]
Renders the Mandelbrot set to a canvas. * **[i64 polyfill](./examples/i64-polyfill)**