You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ashen-earth/posts/2023-08-25_wasm-game-of-lif...

766 B

title subtitle resources
Pure Wasm Life 2: Optimizing Webassembly and Canvas You know I couldn't leave it alone
wasm-life-2/controller.js
wasm-life-2/game.wat

This post is part 2 of my Webassembly Game of Life series, read part 1 here.

<canvas id="game" width="800" height="600" data-pixelsize="1" style="width:100%; aspect-ratio: 4/3; image-rendering: pixelated;" />

Reset