Mesh booleans, remeshing, and spatial queries in C++, Python, and TypeScript.
Learn how to perform fast mesh boolean operations in C++. Union, intersection, and difference at interactive speed on million-polygon meshes. Exact arithmetic, with support for non-manifold topology and coplanar primitives.
Learn how to perform fast mesh boolean operations in JavaScript and TypeScript. Union, intersection, and difference at interactive speed on million-polygon meshes. WebAssembly-powered, runs in Node.js and the browser.
Learn how to perform fast mesh boolean operations in Python. Union, intersection, and difference at interactive speed on million-polygon meshes. One pip install, NumPy arrays in and out.