You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libigl uses imgui and I'm trying to port it to emscripten.
As this process is similiar to cross compiling the first step is to compile it natively, which fails.
I can build it with emsdk and it works fine, but when I modify it to use libigl/Viewer the browser/debugger doesn't provide useful information.