Skip to content

LegalizeAdulthood/sdl3-example

Repository files navigation

CMake workflow

SDL3 Example

Sample code for the video Modern GPU Programming with SDL3.

See also:

Obtaining the Source

Use git to clone this repository, then update the vcpkg submodule to bootstrap the dependency process.

git clone https://github.com/LegalizeAdulthood/sdl3-example
cd sdl3-exampleproject-template
git submodule init
git submodule update --depth 1

Building

A CMake preset has been provided to perform the usual CMake steps of configure, build and test.

cmake --workflow --preset default

Places the build outputs in a sibling directory of the source code directory, e.g. up and outside of the source directory.

Utah C++ Programmers
Past Topics
Future Topics

About

Example code for the video Modern GPU Programming with SDL3

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors