Initial commit

This commit is contained in:
Emil Shanaty
2025-02-08 12:22:40 +03:00
committed by GitHub
commit a1ef6eb8bd
16 changed files with 1098 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm.git
[submodule "external/cxxopts"]
path = external/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "external/tinygltf"]
path = external/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "models"]
path = models
url = https://github.com/KhronosGroup/glTF-Sample-Assets.git