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

Build fails: ``` CMake Error at CMakeLists.txt:525 (configure_package_config_file): Unknown CMake command "configure_package_config_file". ``` CMakeLists.txt is missing ```include(CMakePackageConfigHelpers)``` that provides this macro.

We on FreeBSD already have ```glfw``` and ```pybind11``` dependencies. How to use them, and not bundle them?

Attempting to run cmake to build the webasm environment fails and elicits these two diagnostics: $ mkdir b3 && cd b3 && emcmake cmake .. configure: cmake .. -DCMAKE_TOOLCHAIN_FILE=/home/jim/src/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_CROSSCOMPILING_EMULATOR=/home/jim/src/emsdk/node/14.15.5_64bit/bin/node;--experimental-wasm-threads...

This is just annoying and I cannot find a good reason for it to be happening. Simply trying to put a label above a TextArea. The label is to be...

installed with setup.py (pip install .) I get the following traceback when trying to import the module >>> import nanogui Traceback (most recent call last): File "", line 1, in...

[ 63%] Linking CXX shared library libnanogui.so /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/nanogui.dir/build.make:629: libnanogui.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:330: CMakeFiles/nanogui.dir/all] Error 2...

Hi Wenzel, I've started experiencing sporadic flickering when using the metal backend on my new M1 Max macbook; see the following video. I've made the following observations: - the behavior...

fixes for web assembly

Hi, I have found in my own project, and reproduced in the example 3 executable some odd screen flickering. If you run up example3 and drag the "Form helper example"...

Is there any example how to compile a gui to wasm. The mentioned https://github.com/rgl-epfl/tekari is not compiling with some complicated error ``` LLVM ERROR: malformed uleb128, extends past end PLEASE...