This project is intended to be a cellular automata engine capable of custom rules. It provides an infinite plane using a specialized hashing function, based on a space-filling curve.
At the moment it simulates Conway's Game of Life. The project is still in early stages of development, and it may never be finished. A similar project is golly.
git clone https://github.com/begone-prop/cellgin.git
cd cellgin
make
GNU make
gcc
Raylib