No description
overlays/sdl3 | ||
src | ||
.clang-format | ||
.clang-tidy | ||
.clangd | ||
.gitignore | ||
CMakeLists.txt | ||
CMakePresets.json | ||
compile_commands.json | ||
LICENSE.txt | ||
README.md | ||
vcpkg-configuration.json | ||
vcpkg.json |
Conway's Game Of Life
Implemented in C++23 and SDL3 using CPU side blit rendering.
Building
Debug workflow
cmake --workflow --preset=debug
Release build
cmake --build --preset=release