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

Created a useful "knob" widget.

- add extension suffix if filter option selected in dialog - don't add suffix if already present, no filter options or wildcard (\*.\*) selected

I've implemented a directory dialog that works on windows and on linux, I've used zenity for linux (implementation is practically the same as file_dialog, albeit with an extra arg) Windows...

Just a minor fix for a compilation error I was getting on windows. I just re-added the STB_IMAGE defines that were in the old repo wjakob/nanogui. https://github.com/wjakob/nanogui/blob/e9ec8a1a9861cf578d9c6e85a6420080aa715c03/src/example1.cpp#L53

When no callback is set, the tab widget fails to update visibility of its children due to an erroneous if condition.

This introduces an optional setter to the Graph class/widget, `set_draw_vertical(bool)`. This sets an internal boolean `do_draw_vertical` which, when set to true, will cause the graph to be effectively rotated by...

**Proposal** Proposal is to have a functionality to let user of nanogui schedule his own functions to be executed periodically during main application loop. Execution of those functions depends on...

I'm trying to run example3 with the dll being built without Glad. (NANOGUI_GLAD = undefined) ![image](https://user-images.githubusercontent.com/16565946/116258675-0d384f00-a76d-11eb-9364-3664e83c5479.png) In cmake I disable "NANOGUI_USE_GLAD". But that gives me compile errors in VS related...

Hi! Seeing the following errors when trying a straight compile on Ubuntu with GCC 9.2.1: [ 69%] Linking CXX executable example3 /usr/bin/ld: /tmp/example3.AIsY20.ltrans0.ltrans.o: undefined reference to symbol 'glViewport' /usr/bin/ld: /lib/x86_64-linux-gnu/libGL.so.1:...

Hey, I was wondering if there's a plan to extend nanogui to mobile platforms such as Android and iOS, with using GLFM to handle the contexts instead of GLFW? https://github.com/brackeen/glfm