Irev-Dev / curated-code-cad

A list of the various code-cad projects out there.
https://kurthutten.com/blog/curated-code-cad
MIT License
252 stars 10 forks source link

Add manifold #25

Closed pca006132 closed 1 year ago

pca006132 commented 1 year ago

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).

Irev-Dev commented 1 year ago

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