-
Hi guys,
Versions - Ubuntu 16.04LTS, with CMake 3.5.1, git 2.7.4, GCC 5.4, NVidia 384.98
I just came from the nanogui repo, I found that their 2 year old example repository (nanogui-test) works …
-
Hi, dear authors,
There is a problem of `igl::viewer::Viewer` troubling me for a long time, and recently I figured out the possible location of the error. Can you help to fix this?
I compile pr…
-
I am currently launching all the projects in Mac OS Sierra (version 10.12.1). Building with the "cmake, make" procedures works perfect.
But when I tried "CMake -G Xcode ../" procedure to import eve…
-
(feel free to close, I put some time into this and wanted to make it available, but it's far from PR ready. I am very impressed by the sanitizers, and will probably revisit this at some point regardl…
-
First of all, the LICENSE file is inaccurate, or at least incomplete (and it's difficult to immediately assess its accuracy/completeness). For example, only one GPLed file is listed. However, there …
-
One of the big things on my mind is to revisit the way we handle external dependencies for the plugins and make sure we are following best practices and our best ideas on that front. And, also are be…
-
Edit: This first post is mostly irrelevant. See second post and further for more info.
### What version of Go are you using (`go version`)?
go version go1.8 windows/amd64
### What operating sys…
-
Trying to upgrade nanopack on the openSUSE box
$ cat /etc/*-release
NAME="openSUSE Leap"
VERSION="42.3"
ID=opensuse
ID_LIKE="suse"
VERSION_ID="42.3"
PRETTY_NAME="openSUSE Leap 42.3"
ANSI_CO…
-
Hi,
The UI does currently not seem to scale with higher DPI screens. I am using Arch Linux (KDE) and a 4K monitor. The KDE user interface scales nicely, but the tev interface becomes tiny.
I am no…
-
I was creating a tab widget and wasn't being very careful, it looked something like this
```cpp
mTabWidget = new TabWidget(mControlsWindow, "Controls");
auto *layer = mTabWidget->createTab("First…