Installation¶
Requirements¶
- Visual Studio 2022 or newer
- CMake 3.25+
- Git
- Python 3.x
All third-party dependencies (SDL3, GLAD, GLM, Dear ImGui, stb_image, stb_truetype, nlohmann/json...) are downloaded automatically using CMake FetchContent. No external package manager such as vcpkg is required.
Clone¶
git clone https://github.com/SDobyS/VOID.git
cd VOID
Configure¶
cmake --preset windows-msvc-debug
Build¶
cmake --build build
Once the build finishes, continue with the Quick Start guide.