Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skeeto/webgl-game-of-life
- Owner: skeeto
- License: unlicense
- Created: 2014-06-06T03:20:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T18:40:17.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T21:43:01.675Z (11 days ago)
- Language: JavaScript
- Homepage: http://skeeto.github.io/webgl-game-of-life/
- Size: 48.8 KB
- Stars: 92
- Watchers: 6
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.