Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skeeto/webgl-game-of-life

WebGL Game of Life
https://github.com/skeeto/webgl-game-of-life

Last synced: 4 days ago
JSON representation

WebGL Game of Life

Awesome Lists containing this project

README

        

# WebGL Game of Life

* Online Demo: http://skeeto.github.io/webgl-game-of-life/

An implementation of Conway's Game of Life that runs entirely on the
graphics card. The browser's only job is to initialize it with random
state and make regular draw calls.