Registry / serialization / tinyply

tinyply

JSON →
library2.3.4vcpkgunverified

C++11 ply 3d mesh format importer & exporter

vcpkg install tinyply
INSTALL
IMPORT
SIG · TINYPLY
T
tinyply
serializationcppv2.3.4
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.

tinyply.h
✓ #include <tinyply.h>

Parse a PLY file and extract vertex/index data

#include <tinyply.h> #include <vector> int main() { std::vector<float> vertices; std::vector<uint32_t> indices; tinyply::PlyFile ply; ply.parse(std::ifstream("mesh.ply", std::ios::binary)); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.