mitsuba-renderer / nanogui

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Other
1.57k stars 196 forks source link

GLFW cmake issue when trying to use -DNANOGUI_BUILD_GLFW=OFF #101

Open RolandHughes opened 2 years ago

RolandHughes commented 2 years ago

Working on a new ARM target and wanted to use the native GLFW for better weston/wayland integration.

nanogui-glfw-error

svenevs commented 2 years ago

Hi @RolandHughes are you able to test if #104 fixes it for you? Thanks!