-
-
Nanogui crashes when I try to build anything with it in release mode. I get an access violation error. This seems to be happening on Screen construction. Specifically, it seems like it is crashing whe…
-
A version playable in the browser would be the ultimate in getting more people to give this game a try. Just pointing someone to the URL to get a game going would be amazing...
-
Can this be done?
Right now, the CMake file lists X11 and quite a few other libs as dependencies for both Linux and BSD.
I'm targetting "theC64 mini", it uses an Allwinner A20 (Dual Cortex A-7, Mal…
-
Please add a dark theme to the application. Because using your application at night or in dark rooms is very unpleasant because of the bright white background.
-
thanks
-
Hello!
Is their a possibility to draw pixelbased on a canvas element? Because I coded a raytracer and now i want to implement a gui with liveview of the render process. So I have an array with colo…
-
The color picker is a cool UI. I find that it's difficult to choose exact colors at the corner of the triangle. If I click in the triangle, mouse dragging only changes the selection if the mouse curso…
-
Hello,
I create a window and close it with:
```
myWindow->dispose();
myWindow= NULL;
sdlGUIManager->relayout();
```
If I do this within 5 …
-
### Description
When clicking links in the documentation I end up at source code in the old repo (https://github.com/wjakob/nanogui).
This is no big deal but a bit confusing for newcomers. If the …