-
-
Hi
This is what i get now if i try to compile it:
error C2065: 'mValues': undeclared identifier
RG
-
Hi,
i have problem on build in windows 10 - vs2015 Win32.
command to generate:
cmake -G "Visual Studio 14 2015"
Error C2719 'v': formal parameter with requested alignment of 16 won't be aligne…
-
Hi, I'm trying to figure out a good way to prompt users with a message dialog when they try to close the main window.
I made my own main loop where I do the same as nanogui::mainloop(), but moved the …
-
An runtime crash with win32 apps using nanogui (with IGL) crops up with VS2015 (Haven't tested on other versions).
Specifically, I managed to trace the issue to the definition of the color definiti…
-
As mentioned in #1 nanogui is designed to be used as a `CMake` subproject, which I am keen to do as well for another OpenSource project (http://c42f.github.io/displaz). Right now it appears you manual…
-
The current sequential numbering of examples makes it a bit of a nuisance to add to in PRs because of example filename conflicts; e.g. multiple PRs adding a new feature each add a new `example20.{cpp,…
-
Hello. Just tryed to build `nanogui` in mac os X 10.10.5.
Here's what I got:
```
$ cmake ../nanogui/
-- The C compiler identification is AppleClang 7.0.2.7000181
-- The CXX compiler identification i…
-
I would like to launch a nanogui `Screen` in a thread of its own. This works as intended on Linux, but crashes and burns on a Mac. Any suggestions and pointers would be very welcome.
```
#include
#i…
-
Not sure what's causing it, but when I try to call `mainloop(detach = ...)` during the initialization of my own module exposed using pybind11, not only does it not detach, but it hangs even after I cl…