https://github.com/jsb/LayoutEmbedding
Raw File
Tip revision: 6ef02ed0043dfabce6d593486358d6ef15cbf3ba authored by Janis Born on 14 November 2021, 11:59:11 UTC
additional files for GRSI submission
Tip revision: 6ef02ed
.gitmodules
[submodule "extern/glow"]
	path = extern/glow
	url = https://graphics.rwth-aachen.de:9000/Glow/glow.git
[submodule "extern/polymesh"]
	path = extern/polymesh
	url = https://graphics.rwth-aachen.de:9000/ptrettner/polymesh.git
[submodule "extern/glow-extras"]
	path = extern/glow-extras
	url = https://graphics.rwth-aachen.de:9000/Glow/glow-extras.git
[submodule "extern/typed-geometry"]
	path = extern/typed-geometry
	url = https://graphics.rwth-aachen.de:9000/ptrettner/typed-geometry.git
[submodule "extern/imgui"]
	path = extern/imgui
	url = https://graphics.rwth-aachen.de:9000/ptrettner/imgui-lean.git
[submodule "extern/glfw"]
	path = extern/glfw
	url = https://github.com/glfw/glfw.git
[submodule "extern/eigen-lean"]
	path = extern/eigen-lean
	url = https://graphics.rwth-aachen.de:9000/ptrettner/eigen-lean.git
[submodule "extern/libigl"]
	path = extern/libigl
	url = https://github.com/libigl/libigl.git
[submodule "data"]
	path = data
	url = https://graphics.rwth-aachen.de:9000/born/layout-embedding-data.git
[submodule "extern/cxxopts"]
	path = extern/cxxopts
	url = https://github.com/jarro2783/cxxopts.git

back to top