lejulien 14126d6b5b WIP: Settings up settings menu
> TODO: Fix broken behaiour in the refacto process
2026-01-12 21:34:41 +01:00
2026-01-12 21:34:41 +01:00
2026-01-12 21:34:41 +01:00
2026-01-09 10:45:23 +01:00
2026-01-12 21:34:41 +01:00
2026-01-09 10:45:23 +01:00
2026-01-09 11:31:56 +00:00

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
No description provided
Readme 165 KiB
Languages
C++ 93.9%
CMake 6.1%