No description
Find a file
2024-12-25 15:20:50 +01:00
overlays/sdl3 Use SDL3 2024-12-12 09:26:57 +01:00
src Encapsulate SDL_Surface 2024-12-25 15:20:50 +01:00
.clang-format Initial commit 2024-12-05 17:37:30 +01:00
.clang-tidy Encapsulate SDL_Surface 2024-12-25 15:20:50 +01:00
.clangd Use SDL3 2024-12-12 09:26:57 +01:00
.gitignore Initial commit 2024-12-05 17:37:30 +01:00
CMakeLists.txt Use SDL3 2024-12-12 09:26:57 +01:00
CMakePresets.json Use SDL3 2024-12-12 09:26:57 +01:00
compile_commands.json Initial commit 2024-12-05 17:37:30 +01:00
LICENSE.txt Initial commit 2024-12-05 17:37:30 +01:00
README.md Encapsulate SDL_Surface 2024-12-25 15:20:50 +01:00
vcpkg-configuration.json Initial commit 2024-12-05 17:37:30 +01:00
vcpkg.json Use SDL3 2024-12-12 09:26:57 +01:00

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