ricosjp / truck

Truck is a Rust CAD Kernel.
Apache License 2.0
1.02k stars 53 forks source link

Boolean operations improvements #65

Open snailtomatoes opened 6 months ago

snailtomatoes commented 6 months ago

I recently came about this (https://github.com/gcherchi/InteractiveAndRobustMeshBooleans) implementation of boolean operations that claims to be really fast albeith in c++ and only on "manifold, watertight, self-intersections free, and well-oriented" meshes. Would it be possible to implement this in the shapeops crate?