-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitmodules
34 lines (34 loc) · 1.14 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[submodule "dependencies/pybind11"]
path = dependencies/pybind11
url = https://github.com/Tom94/pybind11
[submodule "dependencies/eigen"]
path = dependencies/eigen
url = https://github.com/Snosixtyboo/eigen
[submodule "dependencies/glfw"]
path = dependencies/glfw
url = https://github.com/Tom94/glfw
[submodule "dependencies/args"]
path = dependencies/args
url = https://github.com/Taywee/args
[submodule "dependencies/tinylogger"]
path = dependencies/tinylogger
url = https://github.com/Tom94/tinylogger
[submodule "dependencies/tiny-cuda-nn"]
path = dependencies/tiny-cuda-nn
url = https://gitlab.inria.fr/cjambon/tcnn-pyngp.git
branch = pyngp-api
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/dlss"]
path = dependencies/dlss
url = https://github.com/NVIDIA/DLSS
[submodule "dependencies/meshfix"]
path = dependencies/meshfix
url = https://gitlab.inria.fr/cjambon/meshfix.git
[submodule "dependencies/zstr"]
path = dependencies/zstr
url = https://github.com/Tom94/zstr
[submodule "dependencies/zlib"]
path = dependencies/zlib
url = https://github.com/Tom94/zlib