-
I would love to use `nanogui` in my projects for graphical applications. As `nanogui` is, my project is also dependent on Eigen, and it makes a bit difficult to build them together. I understand that …
-
Is there a way to pass a keyword argument to `handle:call()`. I can't seem to find it, but maybe I'm missing something. (The use case is to call `nanogui.mainloop(detach = ...)` when setting up a modu…
-
Hi, why did you point to a customized GLFW and not the lastest version of GLFW, there are new features that are very great to use in 3.2...
Thanks for your support and awesome ui lib
-
Hello. I wanted to use your gui library in my project, but it seems, that it' impossible right now to use existing `GLFWWindow` with your library. `Screen` class initializes window and GL context itse…
-
Hi, currently I'm using Boost.Python + pyplusplus to deal with large existing C/C++ project by auto generation, Is it possible to migrate pyplusplus to pybind11?
-
Error 160 error C2719: 'a': formal parameter with __declspec(align('16')) won't be aligned D:\git\libigl\include\igl\point_simplex_squared_distance.cpp 46
I met trouble when I try to run tuto…
-
Pretty simple to test, I was having trouble integrating nanogui in my application, any OpenGL calls I make in my app cause an invalid operation. I worked in it a while on my end, but got nowhere. So, …
-
Hi,
I am a new one in using libigl. I just started working with this library but I faced a problem. When I am running the Example 102 the following errors appear. Could you please help me with this?…
-
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 …
-
Hi,
I just had a chance to build libigl tutorials on Ubuntu 14.04.
I will note some non-documented things I had to do to build it.
1. Make sure to recursively clone the repository
GLEW and GLFW ar…