Closed perphyguo closed 1 year ago
Hi:
In Shader.h, I saw you included GLFW/glfw3.h. So I should install GLFW myself, right? It seems not in your dep folder.
Thanks
Yeah that's probably the best thing to do for now :)
Nanogui includes glfw as a dependency. Make sure to run git submodule update --init --recurisve after cloning the project.
git submodule update --init --recurisve
Hi:
In Shader.h, I saw you included GLFW/glfw3.h. So I should install GLFW myself, right? It seems not in your dep folder.
Thanks