checkpoint

This commit is contained in:
2026-04-11 23:57:57 -05:00
parent 44a5e2cab9
commit b196c97cf0
7 changed files with 15 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ Below is beyond Sascha's guide, but available elsewhere on his github. These are
- CMake (im using 4.0.0)
- C++20 compatible compiler (I use g++12 or MSVC++17) (probably works with mingw but I haven't tested it myself)
- Vulkan compatible gpu drivers (tested with an RTX3070 and an R9700)
- Vulkan SDK (https://vulkan.lunarg.com/sdk/home) <- the installer provides the option to install SDL and VOC as well as verifies GPU drivers
- SDL3 (im using version 3.4.4)
- Will add more as the project grows