Files
GameOfLifeEditor/README.md
2026-01-14 15:20:38 +00:00

19 lines
303 B
Markdown

# 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 dependencies of raylib
```shell
mkdir build
cd build
cmake ..
make
```
> As for now I will not make this program Windows compatible.