-
I don't really know how to easily reach those using `interpolate_idents`, but @dtolnay recently published [`paste`](https://crates.io/crates/paste): a crate that does the same thing that `interpolate_…
-
-
This would remove the C drawing library, use c++ one instead
-
The code examples follow this pattern:
```
Screen *screen = new Screen(Vector2i(500, 700), "NanoGUI test");
```
without corresponding `delete`, which leaks resources, unless there is some magic b…
-
/ext/nanogui/resources/bin2c.c line 47
when the function returned in line 48,the memory allocated in line 37 would leak.
-
Hello,
I need help with a "Debug assertion failed" error with VS2017 and Win8 64bit. The error happens after the nanogui::shutdown() command. I have put a simplified version of my code below:
`…
-
I'm trying to add nanogui to an existing python application. The application already sets up GLFW. I wanted to override the Screen constructor to not set up GLFW as described in the docs: https://nano…
-
Hi,
I'm trying to compile libigl tutorials. If I build in 64bit, everything is super fine. Unfortunately, I have to stay in 32 bit because of compatibility with one of my licensed library.
Now the …
-
Is there anywhere to see instructions on how to collect [nanogui for wasm](https://danilw.github.io/GLSL-howto/nanogui/nanogui.html)?
Thanks.
-
So I've looked for a good GUI library for some time, and decided to try this one out. I seem to have everything compiled and linked correctly, but when I run any of the examples a bad_alloc exception …