From ae97241dedb349fd8bc806eed4cf4f253aca349d Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Wed, 25 Aug 2021 23:16:33 +0430 Subject: [PATCH] Base: Add a Game of Life WebAssembly demo --- Base/res/html/misc/gol-wasm.html | 1575 ++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 1576 insertions(+) create mode 100644 Base/res/html/misc/gol-wasm.html diff --git a/Base/res/html/misc/gol-wasm.html b/Base/res/html/misc/gol-wasm.html new file mode 100644 index 0000000000..b3e67c556c --- /dev/null +++ b/Base/res/html/misc/gol-wasm.html @@ -0,0 +1,1575 @@ + + + + Game of Life WASM + + + +
+
Wasm:
+
Grid:
+
Cell:
+
+ + + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 9cfe69a6e3..7bfde3a4ee 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -146,6 +146,7 @@
  • canvas + trigonometry functions
  • Wasm

  • WebAssembly Mandelbrot Rendering Demo
  • +
  • WebAssembly Game Of Life Demo
  • Image Formats