Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlegland/ij-game-of-life
Conway's Game of Life implemented as a plugin for ImageJ
https://github.com/dlegland/ij-game-of-life
game-of-life imagej
Last synced: 29 days ago
JSON representation
Conway's Game of Life implemented as a plugin for ImageJ
- Host: GitHub
- URL: https://github.com/dlegland/ij-game-of-life
- Owner: dlegland
- Created: 2020-04-26T16:01:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T16:13:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T12:54:29.949Z (3 months ago)
- Topics: game-of-life, imagej
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ij-game-of-life
An implementation of Conway's Game of Life as a plugin for the ImageJ software.The code consists on a single java file, implementing the "PlugIn" interface.
To setup, compile the file, than copy the resulting class file into the "plugins" directory of ImageJ.
## References
* https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
* https://imagej.net/Welcome