Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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