nanogui
nanogui copied to clipboard
Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Just a feature request, I'm evaluating nanogui for a personal project and a vertically-oriented Slider implementation would be handy. Looking at slider.cpp I may be able to do this myself,...
Also include some missing CMake utilities for install logic. I think those files get included into the scope via the GLFW cmake build somehow which would explain why this went...
Working on a new ARM target and wanted to use the native GLFW for better weston/wayland integration. 
With clang, I think it would be nice to propagate the usage flags for libcxx. It enables a consuming project to do this: ```cmake cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(nanogui-package-test) set(CMAKE_CXX_STANDARD 17)...
The code in example 1 just displays some sign and cosine calculations. It looks nice in the demo. How does one set the axis range? If you are graphing say,...
There is no community forum so this is only place to ask this. All I want to do is put a scrollbar on a TextArea object in a regular TabWidget,...
All, I could just be blind, but I cannot see any way with TextArea to actually obtain the text or delete oldest lines programmatically. With other UI's when writing verification...
https://github.com/microsoft/vcpkg/pull/17171 Contributions welcome
The Features that are added here in detail are: 1. Window resize: -this is an integration from the old work done from ghost (fixed last requests before the merge.. i...