Init squashed

This commit is contained in:
Lauri Räsänen 2024-09-17 19:14:58 +03:00
commit 4aac4b824f
95 changed files with 7582 additions and 0 deletions

15
.gitmodules vendored Normal file
View file

@ -0,0 +1,15 @@
[submodule "include/imgui"]
path = include/imgui
url = https://github.com/ocornut/imgui.git
[submodule "include/glm"]
path = include/glm
url = https://github.com/g-truc/glm.git
[submodule "include/VulkanMemoryAllocator"]
path = include/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "include/PerlinNoise"]
path = include/PerlinNoise
url = https://github.com/Reputeless/PerlinNoise.git
[submodule "include/JoltPhysics"]
path = include/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics.git