Skip to content

WIP example collection for the SDL_Gpu API proposal

Notifications You must be signed in to change notification settings

ritalat/SDL_gpu_examples

 
 

Repository files navigation

WIP collection of examples to demonstrate the usage of the SDL_gpu proposal.

To clone and build:

git clone https://github.com/thatcosmonaut/SDL -b gpu
cd SDL
mkdir build
cd build
cmake ..

cd ../..
git clone --recursive https://github.com/TheSpydog/SDL_gpu_examples
cd SDL_gpu_examples
mkdir build
cd build
cmake .. -DSDL3_DIR="full/path/to/SDL/build"

then run make or your favorite IDE.

About

WIP example collection for the SDL_Gpu API proposal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • GLSL 1.7%
  • Other 0.5%