An continuous CA engine building on the works of Slackermanz.
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