-
Attempting to remove a button from its parent on click results in a seg fault:
```C++
class TestApp : public nanogui::Screen {
public:
TestApp() : nanogui::Screen(Vector2i(400, 400), "") {
…
-
What is the status of this library? Is it abandoned?
This one has Vulkan support; the other does not: https://github.com/mitsuba-renderer/nanogui
If it's not abandoned, is there plan to maintain …
-
Hey,
now that [Eigen 3.3](http://eigen.tuxfamily.org/index.php?title=3.3) stable is finally available, it would be great to upgrade this repository to the latest version.
Thanks,
Wenzel
-
While powerful the current design is mostly for experienced devs. Perhaps mimic what [NanoGUI](https://github.com/wjakob/nanogui) has done
-
I have the external package glfw-3.2.1 installed, and nanogui should use it.
I am creating the FreeBSD package for nanogui. I will patch this for now, but please add such option.
-
Is there any example how to compile a gui to wasm.
The mentioned https://github.com/rgl-epfl/tekari is not compiling with some complicated error
```
LLVM ERROR: malformed uleb128, extends past end
…
-
I am currently writing a DLL for Cockos Reaper DAW and I want it to have a configuration GUI.
Visual Studio, Win10.
For now, I was able to build nanogui as a static library and link it to my project…
-
I compiled the nanogui library and used it as a third-party library in the project. I also imported include and lib, but the error of undefined identifier "gluniform1i" occurred during generation. How…
-
I have attempted to use tev on my Windows 10 laptop, connected via HDMI to a 10-bit HDR monitor (LG 27GP950-B), but when the console window opens it always states: `INFO Launching with 8 bits of c…
-
Windows 7
Visual Studio 2015 Professional version 14.0.23107.0 D14REL
cmake 3.7.2-win64-x64
I have trouble building the python plugin (building nanogui itself works nicely), receiving the followi…
rojsc updated
7 years ago