mitsuba-renderer / nanogui

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

Compile for WebAssembly with Python binding #119

Closed g3blv closed 1 year ago

g3blv commented 2 years ago

Is it possible to compile NanoGUI to WebAssembly when using it with Python bindings in Python code? The Python code not related to the gui with be compatible Pyodide (https://pyodide.org/en/stable/).

wjakob commented 1 year ago

Highly unlikely.