44fbeec4175b81552c7b586a09d25094f46eabcb
GameOfLifeEditor
This is a simple Game Of Life editor written in C++ with raylib & dearImGUI
How to compile the project
Ensure you have g++, cmake and the thendependencies of raylib
mkdir build
cd build
cmake ..
make
As for now I will not make this program Windows compatible.
Description
Languages
C++
92.6%
CMake
7.4%