All the rules are from the wolfram's elementary cellular automata ruleset
I worked on this project on MacOS (Macbook Air M1), and so the Makefile
is currently configured to work on my machine. make
may work on your machine, but I have yet to test on other machines. Contributions are welcomed for those who want the project to work on other OS's.
SDL2
OpenGL
microui
brew install sdl2
brew install glfw
# there is already a executable in the bin you can run
./bin/simulate
# otherwise you may have to compile yourself
make clean ; make
./bin/simulate