You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSCAD, IFCjs, Grid.Space, and OCADml have all integrated our Manifold geometry kernel! Why? Because its reliability is guaranteed and it"s 1,000 times faster than other libraries. See our elalish/manifold#340 and elalish/manifold#383 discussions for all the latest and to add your own projects & analyses.
CADBoolean is the most powerful, but relies on a wasm that"s about 9mb. So this is can be used for CAD editors, but not for landing pages which need to load fast.
CSGBoolean works well, but can only operate on the jscad datastructure, not threejs geometries
boolean works very well, and is regularly being improved.
Use boolean operators (subtract, add, and divide) from the manifold https://github.com/elalish/manifold library
The text was updated successfully, but these errors were encountered: