forked from NVlabs/instant-ngp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
24 lines (24 loc) · 829 Bytes
/
.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
[submodule "dependencies/pybind11"]
path = dependencies/pybind11
url = https://github.com/Tom94/pybind11
[submodule "dependencies/eigen"]
path = dependencies/eigen
url = https://github.com/Tom94/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://github.com/NVlabs/tiny-cuda-nn
[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