Initial commit.

This commit is contained in:
Aleksander Rognhaugen
2016-01-29 14:28:37 +01:00
commit 82a4de6b9a
18 changed files with 764 additions and 0 deletions

16
.gitmodules vendored Normal file
View File

@@ -0,0 +1,16 @@
[submodule "gloom/vendor/glad"]
path = gloom/vendor/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "gloom/vendor/glfw"]
path = gloom/vendor/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "gloom/vendor/glm"]
path = gloom/vendor/glm
url = https://github.com/g-truc/glm.git
branch = master
[submodule "gloom/vendor/stb"]
path = gloom/vendor/stb
url = https://github.com/nothings/stb.git
branch = master