initial commit

This commit is contained in:
cdemeyer-teachx
2025-08-21 12:17:21 +09:00
commit 2996ffedfc
18 changed files with 707 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "thirdparty/SDL"]
path = thirdparty/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/pah/rapidjson.git
[submodule "thirdparty/assimp"]
path = thirdparty/assimp
url = https://github.com/assimp/assimp.git
[submodule "thirdparty/SDL_image"]
path = thirdparty/SDL_image
url = https://github.com/libsdl-org/SDL_image.git