-
Hi Thomas,
On a 14" Macbook Pro M1, I get a crash viewing a 16k map. You can find a map like this here for example:
`00_displacement_micro.exr` in the following archive:
https://vgl.ict.usc.edu/D…
-
python2.7 fails this way:
```
$ python2 example1.py
Traceback (most recent call last):
File "example1.py", line 12, in
import nanogui
ImportError: /usr/local/lib/python2.7/site-packages/n…
-
src here https://github.com/dalerank/nanogui/tree/master/src/vulkan
-
```
Debian GNU/Linux 8
kernel 3.16.0-4-amd64
$ gcc --version
gcc (GCC) 6.2.0
$ clang --version
clang version 3.9.1
```
When changing CMake option `NANOGUI_BUILD_SHARED` to `OFF`, the fol…
-
Dear team,
Up until now, I was using https://github.com/svenevs/nanogui-customization-demo and I had my own custom colors and fonts which I created with https://github.com/svenevs/nanogui-customiza…
ghost updated
4 years ago
-
I am a noob at OpenGl let alone C++
when i run the example 1 program i get the Errors:
/home/knight/Documents/passEngine/passEngine/main.cpp|611|undefined reference to `nanogui::init()'|
/home/knig…
AnexJ updated
6 years ago
-
[ 63%] Linking CXX shared library libnanogui.so
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/nanogui.dir/build.make:629: libnanogui.so] Error 1
…
-
Hi,
I found this problems when compile to WASM:
1 - This line throw error that `GLFW_SCALE_TO_MONITOR` don't exists (screen.cpp):
```
glfwWindowHint(GLFW_SCALE_TO_MONITOR, GLFW_TRUE);
```
…
-
Thank you for NanoGUI, it's awesome!
Are there any plans to add support for scaling on Linux? I wrote an app using NanoGUI and it uses the size passed to Screen directly as pixel size. After upgrad…
-
##### Brief Description
It throws null reference exception when it starts to generate code. I am parsing https://github.com/wjakob/nanogui, I can build and test it, so the generated libraries for par…