A simple typescript module for animating HTML5 canvases with Conway's "Game of Life".
Take a look at the demo!
Get the typescript compiler.
git clone https://github.com/julianandrews/lifecanvas
cd lifecanvas
tsc
This should generate dist/lifecanvas.js
.
See docs/index.html
for an example.