mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
.. | ||
example | ||
convert.sh | ||
life.scm | ||
Makefile | ||
README.md | ||
write-png.c | ||
write-png.h |
Game of Life - PNG Image Generator
ImageMagick, libpng, and libpng headers must be installed to build this project.
To install these packages on Ubuntu:
sudo apt-get install imagemagick libpng-dev
To create PNG outputs and convert to an animation, run:
make && ./life && ./convert.sh
