-
To move away from the Qt-style UI that mostly occupies precious viewport space (but is good for displaying logs), add a dynamic (ideally scriptable) UI that renders as part of the OpenGL window. It co…
-
Would it be possible to style or integrate widgets into NanoGUI like the Blender UI? There's a similar project based on NanoVG which mimics the Blender UI: see [blendish-oui](https://bitbucket.org/dua…
-
Hello,
I´m stuck with setting up the callback for a TextBox widget. My (incorrect) try so far was:
```
TextBox *txt = new TextBox(m_window);
txt->setCallback( [&] () { /* some action here …
-
Hey @ocornut, how would you feel about adding a CMake build system?
I'm evaluating using imgui vs. nanogui to build simple interfaces for my glew based apps. Nanogui is not all that nano, it has a …
-
It would be nice to try to write an app with glfw or equivalent.
In theory the Engine is independent of the application/UI library on top of it, but this remains to be proven. We might expose and f…
louen updated
6 years ago
-
```
/usr/ports/x11-toolkits/nanogui/work/nanogui-3e0b2c8/src/common.cpp:206:19: error: no matching function for call to 'file_dialog'
auto result = file_dialog(filetypes, save, false);
…
-
Hi,
thanks a lot for sharing this piece of code. The nanogui copy is missing the `bin2c.cmake` file in `deps/nanogui/resources`. After a:
wget https://raw.githubusercontent.com/wjakob/nanogu…
ggael updated
6 years ago
-
There are two things I constantly modify by inheriting from these classes and providing public access. Both are simple enough that it really makes no difference to me whether or not they go in the up…
-
We used the console together with someone and maybe we clicked together, but when I wanted to use the console and clicked on it I got a "bootstrap.min.css" opened in notepad, starting with
"/*!
- Boo…
-
Hi,
I have successfully compiled all the examples, however during run-time, I get the following error:
![image](https://cloud.githubusercontent.com/assets/18743986/24694347/2eecfea8-19ea-11e7-88d6-…
ghost updated
6 years ago