Skip to content
/ sdl_template Public template

Basic SDL2 starting point in C using the Meson build system. Assumes (currently) that SDL2 is already available at system.

Notifications You must be signed in to change notification settings

michaelo/sdl_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL & Meson starter

Build & test & run

In repo root.

Initial build setup:

meson build
cd build

Test (from /build/):

meson test

run (from /build/):

meson compile && ./src/sdl_template

About

Basic SDL2 starting point in C using the Meson build system. Assumes (currently) that SDL2 is already available at system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published