Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 829 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 829 Bytes

Elementary Cellular Automata

showcase

All the rules are from the wolfram's elementary cellular automata ruleset

DISCLAIMER

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.

Dependencies

Install (MacOS)

brew install sdl2
brew install glfw

Compile & Run

# 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