Irev-Dev / curated-code-cad

A list of the various code-cad projects out there.

Home Page:https://kurthutten.com/blog/curated-code-cad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add manifold

pca006132 opened this issue · comments

Manifold is a fast and robust mesh boolean library with JS (via WASM), C and Python bindings. It is integrated in OpenSCAD as experimental backend, and is significantly faster than CGAL.

Users can use https://manifoldcad.org/ web demo (single threaded for now). We provide CSG and SDF, with Clipper2 integration for 2D subsystem. There are also other features such as convex hull (provided by an external library), mesh smoothing, mesh warping (custom non-linear vertex transformation).

Nice!
Care to make a PR following the same format as the rest?