https://github.com/threepointone/iso-gol
conway's game of life, projected onto isometric 3d space in css
https://github.com/threepointone/iso-gol
Last synced: about 1 month ago
JSON representation
conway's game of life, projected onto isometric 3d space in css
- Host: GitHub
- URL: https://github.com/threepointone/iso-gol
- Owner: threepointone
- Created: 2013-03-22T14:12:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T18:43:57.000Z (about 12 years ago)
- Last Synced: 2025-03-25T09:11:18.509Z (2 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# iso-gol
Conway's game of life, projected onto 3d isometric space in css

## Installation
$ component install threepointone/iso-gol
## #rambleramble
Like it says on the tin. A combination of a javascript implementation [Conway's Game of life](http://en.wikipedia.org/wiki/Conway's_Game_of_Life), projected onto isometric space(via [beam](http://github.com/threepointone/beam), [iso-grid](https://github.com/threepointone/iso-grid)). All the cubes are rendered with css (transforms and what not). Also a place to experiment with [exponential smoothing](http://en.wikipedia.org/wiki/Exponential_smoothing) animation algorithms.Demo: [http://threepointone.github.com/iso-gol/](http://threepointone.github.com/iso-gol/) - Glider guns!
Nice. I'll soon add user interactivity to add your own cubes.
## License
MIT