/sdl_template

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

Primary LanguageC

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