https://github.com/jsb/HomologyInference
Raw File
Tip revision: a8b6f9ecad375072bd45e96e08c906c8332c3e4f authored by Janis Born on 17 November 2021, 15:24:16 UTC
update README.md
Tip revision: a8b6f9e
.gitmodules
[submodule "libs/OpenMesh"]
	path = libs/OpenMesh
	url = https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git
[submodule "libs/typed-geometry"]
	path = libs/typed-geometry
	url = https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry.git
[submodule "libs/polymesh"]
	path = libs/polymesh
	url = https://www.graphics.rwth-aachen.de:9000/ptrettner/polymesh.git
[submodule "libs/glow"]
	path = libs/glow
	url = https://www.graphics.rwth-aachen.de:9000/Glow/glow.git
[submodule "libs/imgui-lean"]
	path = libs/imgui-lean
	url = https://www.graphics.rwth-aachen.de:9000/pschmidt/imgui-lean.git
[submodule "libs/glow-extras"]
	path = libs/glow-extras
	url = https://www.graphics.rwth-aachen.de:9000/Glow/glow-extras.git
[submodule "libs/glfw"]
	path = libs/glfw
	url = https://github.com/glfw/glfw.git
back to top