Skip to content

[SIGGRAPH2022] Approximate Convex Decomposition for 3D Meshes with Collision-Aware Concavity and Tree Search

License

Notifications You must be signed in to change notification settings

sparselaborg/CoACD

 
 

Repository files navigation

CoACD for WebAssembly (WASM)

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.

Compile from source (Windows)

(1) Clone the code

git clone --recurse-submodules https://github.com/kermado/CoACD.git

(2) Dependencies

Install dependencies: emscripten, MinGW 64

(3) Compile

cd CoACD \
&& mkdir build \
&& cd build \
&& emcmake cmake .. -DCMAKE_BUILD_TYPE=Release -DWASM=1 -DPARALLEL=1 \
&& make -j

About

[SIGGRAPH2022] Approximate Convex Decomposition for 3D Meshes with Collision-Aware Concavity and Tree Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • Other 1.3%