Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 496 Bytes

File metadata and controls

25 lines (19 loc) · 496 Bytes

ShellularAutomata

An continuous CA engine building on the works of Slackermanz.

Build on Linux

Debian-based distros

Install all dependencies with this command:

sudo apt install -y build-essential libglew-dev libglfw3-dev

The build with these commands once all the dependencies are met:

mkdir build && cd build
cmake ..
make -j

Then run with

./ShellularAutomata