This project removes a bunch of dependencies, allowing CoACD to be compiled easily for WebAssembly.
- Manifold preprocessing is not supported.
- Multi-threading is not supported.
git clone --recurse-submodules https://github.com/kermado/CoACD.git
Install dependencies: emscripten, MinGW 64
cd CoACD \
&& mkdir build \
&& cd build \
&& emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DWASM=1 -DPARALLEL=1 \
&& make -j