mitsuba-renderer / nanogui

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

fix: make icons dir path relative to example script location #155

Open SpotlightKid opened 7 months ago

SpotlightKid commented 7 months ago

This way it is independent of the current working dir you are in when you run the example script and the script doesn't need to change the current working dir.

I think this a better solution than in #139.