mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
467 B
467 B
SDL3CPlusPlus
A minimal SDL3 + Vulkan spinning cube demo.
Build
- Install SDL3 development headers and Vulkan loader on your platform.
- Configure with CMake:
cmake -B build -S . - Build the demo:
cmake --build build
Shaders are copied into build/shaders during configuration, so the demo can load the precompiled cube.{vert,frag}.spv.
Run
cmake --build build --target spinning_cube
./build/spinning_cube