-
Nested AdvancedGridLayout does not layout correctly.
I faced problem with such layout below.
```
layout1 (vertical) {
fixed area,
expanding area {
layout2 (horizontal) {
fi…
-
Recently I've been struggling with some hard to track compiler issues on Fedora 24, and am hesitant to issue a pull request because I'm still not 100% certain I've got everything configured correctly.…
-
Hello,
When i try to build nanogui :
```bash
cmake .
make
```
I get the following error :
```bash
lto1: fatal error: bytecode stream generated with LTO version 3.0 instead of the exp…
-
I try to use libigl do geometric processing work, I learn the examples 102. The result should visualize a mesh in an interface. Some errors occurred about glew library,but I did not fix it yet. I need…
-
Hello,
cmake doesn't generate 610_CSGTree project on Windows.
I don't see any error.
Anyone got problem to build 610 on windows?
Thank you
-
I ran CMake and then built the project that CMake generated with Visual Studio 2015. When running the project, I came across a linking error. I downloaded the source recursively and as submodules, but…
-
Hey all,
I might be doing something wrong, but I'm having problem importing modules that I've built with pybind11 and pyigl together. After importing pyigl, calling otherwise functioning methods th…
-
Hey =)
i'am using linux and want to build the libigl examples... So i followed the tutorial instructions:
`git clone --recursive https://github.com/libigl/libigl.git`
```
cd tutorial
mkdir bu…
ghost updated
7 years ago
-
Getting massive amount of errors when I am trying to compile on windows using mingw32. Should work out of the box #27 ?
I am using cmake to generate build files for mingw. Using msys shell to "make…
-
line 18, in "textrenderer.cpp"
`#define NANOVG_GL3`
should be changed as
`#define NANOVG_GL3_IMPLEMENTATION`
for the latest nanogui library