cyclone/examples/game-of-life-png
2017-04-04 05:51:42 +00:00
..
example Make the automata more interesting 2016-04-19 21:46:40 -04:00
convert.sh Added convert util 2016-04-19 22:33:05 -04:00
life.scm Allow including C headers in a program 2016-04-27 00:18:09 -04:00
Makefile Add missing libraries 2017-04-04 05:51:42 +00:00
README.md Moved text 2016-04-20 23:59:44 -04:00
write-png.c Fix copy-and-paste error 2016-04-19 22:28:05 -04:00
write-png.h Added bitmap_fill 2016-04-19 22:37:13 -04:00

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