-
I have a problem building nanogui on Raspian. Enoki trows a lot of errors and wan't build
`/home/pi/Dev/nanoGUI/ext/enoki/include/enoki/array_neon.h:56:81: error: expected identifier before ‘alignas’…
-
Look into nanogui to build the UI
Nanovg for drawing the lenses
-
I download all files of the project (nanogui).But I can't find the file "nanogui_resources.h",and the error comes from the file "theme.cpp : #include ". How do you solve this problem? Thank you!
-
Look at https://github.com/mitsuba-renderer/nanogui and also https://community.khronos.org/t/opengl-widgets/77301/3
-
I recently started trying to use NanoGUI with GLFW and I keep getting an error.
The specific lines where this error comes from are these:
```
nanogui::Screen *screen = new nanogui::Screen;
screen-…
-
Thank You for such a great tool. This is currently my favorite exr viewer.
Crossposted in wjakob/nanogui#337
On Win10 tev window keeps constantly repainting itself eating GPU cycles. Task manager …
-
I'm comparing the screenshot to the one in the original NanoGUI, and I get the feeling that everything is much more packed, with smaller spacing surrounding labels/widgets. Is this deliberate? IMHO, t…
cesss updated
2 years ago
-
I just want to use a new ttf Font, because the default font do not support CJK.
but I do not find any API to load a new font, so How to include Custom Fonts?
in NanoGUI document, I find somethin…
-
Hello @wjakob
I add vulkan render backend for nanogui here https://github.com/dalerank/nanogui/commit/53f59f23c02e3e920380d5b814cdf52821849fb6
commit based on https://github.com/danilw/nanovg
![…
-
- use nanogui::backproject
- or only backproject every second valid pixel
- or ...