How to get the wasm file of MeshLib, I want to use it in the browser
How to get the wasm file of MeshLib, I want to use it in the browser
Hello!
Now we don't distribute wasm binaries, only way is to build meshlib locally by this guide: https://github.com/MeshInspector/MeshLib?tab=readme-ov-file#wasmemscripten
Hello!
Can MeshLib handle non-manifold models?
MeshLib internal mesh representation forbid non-manifold topologies, so any mesh converted into MeshLib format will be manifold (some vertices might be duplicated and some faces might be skipped to achieve this). https://github.com/MeshInspector/MeshLib/blob/4bc1b3b481662085766a0790f01aeece1c12790d/source/MRMesh/MRMesh.h#L37-L43
When I try to build a docker image via emscriptenDockerfile, I get an error. I can't figure it out.
Hello! It looks like you have not cloned submodules if MeshLib please call
git submodule update --init --recursive
Hello!
Now we don't distribute wasm binaries, only way is to build meshlib locally by this guide: https://github.com/MeshInspector/MeshLib?tab=readme-ov-file#wasmemscripten
cannot find the guide now, and any tutorials for wasm version? how to use it in browser env?
@lslzl3000 We moved our documentation here https://meshlib.io/documentation/MeshLibCppSetupGuide.html#CppSetupWASM