-
Hello,
I have been using the old version of libigl, which uses AntTweakBar. It runs well.
Now, I'am using the new version. Some errors occurred when I compile nanogui using VS2013.
Firstly, I downlo…
-
common.cpp(108): error C2027: use of undefined type 'std::array'
common.cpp(108): error C2079: 'nanogui::utf8' uses undefined class 'std::array'
-
What you this about subj?
It may be need to add event converter from glfw event to custom event, but will do code clear and more portable.
Thanks
-
Hello,
I followed the instructions to install required packages and cmake but when I try to do "make" (after cmake) I have the following error.
![nanogui_bug-report](https://cloud.githubusercontent.…
-
I'd like to create a Python object from a Python module I import within C++. The code would probably explain it best:
```
auto threading = py::module::import("threading");
py::object Thread =…
-
Hi,
Recently, I am using libigl,which contains nanogui. But I met a error when I compile it. Detail can be seen in:
https://github.com/libigl/libigl/issues/119#issuecomment-141067064
Look forward to y…
-
From a personal email:
However, I tried compiled it in python folder and met the error below.
cd python
mkdir build
cd build; cmake ..;
-- Using Cocoa for window creation
-- Using NSGL for context …
-
i don't use glew shared library. i removed glew.c from project
i added glew32.lib to additional dependencies. i used GLEW_BUILD preprocessor definitions. but i still get errors. (LNK2019: unresolved …
-
It can be done but the **CMakelists.txt** must be sligthly updated
First WIN32 must be defined explicitely by adding:
```
if(WIN32)
add_definitions ("-DWIN32")
endif()
```
and also adding -std=…
-
I would like to point out that identifiers like "[`__NANOGUI_CHECKBOX_H`](https://github.com/wjakob/nanogui/blob/23c2fe8c3bfd189a40773334b4f70da724e025de/include/nanogui/checkbox.h#L1)" and "[`__NANOG…