https://github.com/jdan/gameoflife-factory
a webapp to make game of life GIFs
https://github.com/jdan/gameoflife-factory
Last synced: 8 months ago
JSON representation
a webapp to make game of life GIFs
- Host: GitHub
- URL: https://github.com/jdan/gameoflife-factory
- Owner: jdan
- License: mit
- Created: 2016-08-14T21:55:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T22:13:01.000Z (almost 10 years ago)
- Last Synced: 2025-09-03T21:46:20.577Z (10 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## gameoflife-factory
a small webapp to make [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) gifs
### setup
You need a few things to make [node-canvas](https://github.com/Automattic/node-canvas) work. These are instructions for my MacBook.
```
brew install pkg-config cairo libpng jpeg giflib
npm install
npm start
```
### usage
Use the UI to toggle cells, clear the whole thing, and check your animation. If you think it's rad, click the "GIF" button and see a GIF open in a new tab.

### license
mit