-
Hi! I want to add a Checkbox to my viewer in libigl. However, I can only add **variable**, **button**, **variable**, **widget** and **window** by viewer.ngui default member functions. After referring …
-
When I compile the libigl Python bindings on Ubuntu 15.10 (with g++ 4.8), the compilation works but OpenGL is not found and therefore the viewer is not built. Changing line 22 of CMakeLists from `find…
-
## Environment:
Linux Ubuntu 14.04 LTS
libigl commit history :
4c50610 matlab namespace
eb04467 double free on ply read/write
f6ae496 better doc
0edbd05 std __1
7da9a55 omp error
## Error Log:
$ ma…
-
Hi! Recently I was using libigl and nanogui with my project. I want to use `nanogui::MessageDialog` to create a message dialog and callback my lambda function. But the created window cannot be closed …
-
Yo,
When working with nanogui whats the best way to deal with cmake and installation?
Usually with libraries I just make install and find the static libraries from the common library directories.
…
-
From personal email:
> Trying to pull the newest libigl I'm getting this error:
> git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree submodule update --init --re…
-
On the default viewer, nanoogui crashes when I click on any edit box. This happens within my gui as well as the viewer tutorial gui.
-
libigl\external\nanogui\ext\nanovg\src\stb_image.h(715): error C2099: initializer is not a constant
in this line of the code:
static float stbi__h2l_gamma_i=1.0f/2.2f, stbi__h2l_scale_i=1.0f;
I h…
-
Hi! Recently I was using libigl and nanogui with my project. I want to use `nanogui::MessageDialog` to create a message dialog and callback my lambda function. But the created window cannot be closed …
-
```
std::map __nanogui_screens;
```
Do you mean you may want to support multiple glfw windows?