Lightweight OpenGL 3D Renderer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Euclid/.gitmodules

12 lines
329 B

[submodule "lib/glfw"]
path = lib/glfw
url = https://github.com/glfw/glfw.git
[submodule "lib/glad"]
path = lib/glad
url = https://github.com/Dav1dde/glad.git
[submodule "extern/stb"]
path = extern/stb
url = https://github.com/nothings/stb.git
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git