Initial commit

Basic SDL3 window
Build script for windows
Added SDL3 submodule
Added stb submodule
This commit is contained in:
2025-10-03 14:30:36 +01:00
commit 50eb947811
6 changed files with 100 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "thirdparty/SDL3"]
path = thirdparty/SDL3
url = https://github.com/libsdl-org/SDL
[submodule "thirdparty/stb"]
path = thirdparty/stb
url = https://github.com/nothings/stb