mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
Base: Add a Game of Life WebAssembly demo
This commit is contained in:
parent
ba8e1c6f9f
commit
ae97241ded
2 changed files with 1576 additions and 0 deletions
1575
Base/res/html/misc/gol-wasm.html
Normal file
1575
Base/res/html/misc/gol-wasm.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -146,6 +146,7 @@
|
|||
<li><a href="trigonometry.html">canvas + trigonometry functions</a></li>
|
||||
<li><h3>Wasm</h3></li>
|
||||
<li><a href="mandelbrot-wasm.html">WebAssembly Mandelbrot Rendering Demo</a></li>
|
||||
<li><a href="gol-wasm.html">WebAssembly Game Of Life Demo</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Image Formats</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue