manifold icon indicating copy to clipboard operation
manifold copied to clipboard

make quickhull optional

Open elalish opened this issue 9 months ago • 11 comments

Addresses part of #803

This seems like a pretty simple change to make our Quickhull dependency optional (or whatever other hull library we might switch to). I just added a build flag MANIFOLD_HULL that defaults to ON. When turned OFF, quickhull is no longer a dependency and our Manifold::Hull() methods ~~just return an empty manifold~~ just fail to link. Does this seem like a reasonable approach @fire @kintel?

elalish avatar May 12 '24 05:05 elalish