Bring in a simple SDL2 demo for completeness. It's running in a main.cpp to test SDL2 in C++.
This commit is contained in:
parent
dfbae6043b
commit
b4ff44788a
6 changed files with 57 additions and 3 deletions
5
sdl2demo/setup.ps1
Normal file
5
sdl2demo/setup.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
mkdir builddir
|
||||
mkdir subprojects
|
||||
meson wrap install imgui
|
||||
meson wrap install sdl2
|
||||
meson setup builddir
|
Loading…
Add table
Add a link
Reference in a new issue