pantadeusz / simsamples

Sample programs - SDL and simple simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simsamples

I recommend reading the documentation: [https://wiki.libsdl.org/SDL_CreateWindowAndRenderer]

Sample programs - SDL and simple simulations

Compilation

mkdir build
cd build
cmake ../

Alternative compilation procedure

This is example for "hello world"

cmake -B 01_hello_sdl_build -s 01_hello_sdl
cmake --build 01_hello_sdl_build

About

Sample programs - SDL and simple simulations

License:Other


Languages

Language:C++ 87.8%Language:CMake 10.4%Language:TeX 1.5%Language:Makefile 0.2%Language:Shell 0.0%