Registry / utility / manifold

manifold

JSON →
library3.5.0vcpkgunverified

Geometry library for topological robustness.

vcpkg install manifold
INSTALL
IMPORT
SIG · MANIFOLD
M
manifold
utilitycppv3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

manifold/manifold.h
#include <manifold/manifold.h>

Create a simple cube and print its volume

#include <manifold/manifold.h> #include <iostream> int main() { auto cube = manifold::Manifold::Cube(); std::cout << "Cube volume: " << cube.Volume() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

manifold — pip install manifold · libregistry