Stephen McDowell
Stephen McDowell
Hey @melvinvermeeren do you want to re-open and assign this to me? I put on my internal agenda to add a docs PR explaining how to use the breathe api-doc...
I took a brief look at this, it does seem to be platform specific. The [GLFW build docs](https://www.glfw.org/docs/3.3/build_guide.html#build_link_cmake_source) explain > Note that the glfw target does not depend on OpenGL,...
Hmmm, ok, thanks for the responses it's very helpful! So it seems like there's potentially two different things going on here, but the solution seems to also be related. ```cmake...
The warning message may not be accurate in terms of what the cause is. Can you both please share more information? https://github.com/mitsuba-renderer/nanogui/blob/a6afde86f48bf2e3a00689c7145746c89fa474a3/CMakeLists.txt#L39 If you set your c++ compiler to [emscripten](https://emscripten.org/),...
> I can tell you that what you have builds under a Debian 11 Wayland environment using this cmake Great news! Thanks so much for testing :slightly_smiling_face: > I just...
Hi @RolandHughes are you able to test if #104 fixes it for you? Thanks!
Hey sorry things are really hectic I missed the other issue. That repository was a prototype that had too many not well thought out changes required, I won't be able...
@gt0327e it sounds like you tried to push to our repository, you don't have write access here. You need to [create a fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) and push your changes there, then open...
Can you try re-compiling with current `master` branch? Enoki was removed as a hard dependency. But NanoGUI still requires a C++17 capable compiler (e.g., `if constexpr`), which seems to have...
Are you sure you tried the latest `master`? Enoki was removed a few days after you opened this, so you shouldn't be getting the same error messages as above. Are...