Richard Ward f3d1033059 lib
2025-12-18 18:14:37 +00:00
2025-12-18 18:05:14 +00:00
2025-12-18 18:05:14 +00:00
2025-12-18 18:05:14 +00:00
lib
2025-12-18 18:14:37 +00:00
2025-12-18 17:17:23 +00:00
2025-12-18 18:05:14 +00:00
2025-12-18 17:17:23 +00:00
2025-12-18 18:05:14 +00:00

SDL3CPlusPlus

A minimal SDL3 + Vulkan spinning cube demo.

Build

  1. Install SDL3 development headers and Vulkan loader on your platform.
  2. Configure with CMake:
    cmake -B build -S .
    
  3. 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
Description
No description provided
Readme MIT 219 MiB
Languages
C++ 67.8%
C 27.7%
Python 0.8%
Lua 0.8%
Yacc 0.6%
Other 1.9%