Registry / other / openctm

openctm

JSON →
library1.0.3vcpkgunverified

Open Compressed Triangle Mesh file format library for compression of 3D triangle meshes.

vcpkg install openctm
INSTALL
IMPORT
SIG · OPENCTM
O
openctm
othercppv1.0.3
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.

openctm.h
#include <openctm.h>

Loads a compressed triangle mesh from a .ctm file.

#include <openctm.h> #include <stdio.h> int main() { CTMcontext context = ctmNewContext(CTM_IMPORT); ctmLoad(context, "mesh.ctm"); if (ctmGetError(context) == CTM_NONE) { printf("Loaded mesh with %d triangles\n", ctmGetTriangleCount(context)); } ctmFreeContext(context); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

openctm — pip install openctm · libregistry