nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL

Results 107 nanogui issues
Sort by recently updated
recently updated
newest added

I cannot compile the current version of nanogui. After I ran the cmake command, this came out: ``` root@project:~/nanogui# cmake ./ -- NanoGUI v0.1.4 -- The CXX compiler identification is...

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); ``` 2 - This method `glfwSetWindowContentScaleCallback` throw...

Simple one-line change to set the Message dialog to Question (was Warning for a question).

All, Example 1 is fine, but there needs to be a version of it where each of the itty bitty windows is a full screen window and a navigation method...

This needs a quick fix: example1.cpp - line 135: ` auto dlg = new MessageDialog(this, MessageDialog::Type::Warning, "Title", "This is a question message", "Yes", "No", true);` to ` auto dlg =...

When I pass in the default text to the TextBox constructor, I end up with a TextBox that is too short for the text. I did not see a way...

Is it possible to compile NanoGUI to WebAssembly when using it with Python bindings in Python code? The Python code not related to the gui with be compatible Pyodide (https://pyodide.org/en/stable/).

``` c++: error: the clang compiler does not support '-march=nehalem' ``` clang-13 FreeBSD 13

Enable input of non-ascii unicode characters for TextBox. Enable input from Input Method (like mozc for Japanese) for TextBox. I could not find a way to distinguish "Enter key solely...

``` : && /usr/bin/c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -Wall -Wextra -stdlib=libc++ -D_LIBCPP_VERSION -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fstack-protector-strong -stdlib=libc++ CMakeFiles/example1.dir/src/example1.cpp.o -o example1 -L/usr/local/lib -Wl,-rpath,/usr/local/lib:/disk-samsung/freebsd-ports/x11-toolkits/nanogui/work/.build libnanogui.so && :...