lejulien f65d1099c2
Some checks failed
Gol CI / build (pull_request) Failing after 3m52s
ci: uploading compiled binary
2026-04-22 11:46:14 +02:00
2026-01-15 09:13:53 +01:00
2026-01-09 10:45:23 +01:00
2026-04-09 11:25:05 +02:00

GameOfLifeEditor

This is a simple Game Of Life editor written in C++ with raylib & dearImGUI


preview


How to compile the project

Linux

Ensure you have g++, cmake and the dependencies of raylib

mkdir build
cd build
cmake ..
make

Windows

If you're compiling for windows on linux, you can use mingw-w64

sudo apt install mingw-w64
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain-ming-w64-x86_64.cmake
make

If you're compiling for windows on windows, use your usual cmake workflow

Description
No description provided
Readme 199 KiB
Languages
C++ 90.7%
CMake 9.3%