Registry / serialization / miniply

miniply

JSON →
library2022-09-15vcpkgunverified

A fast and easy-to-use PLY parsing library in a single c++11 header and cpp file

vcpkg install miniply
INSTALL
IMPORT
SIG · MINIPLY
M
miniply
serializationcppv2022-09-15
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.

miniply.h
#include <miniply.h>

Opens a PLY file and checks validity

#include "miniply.h" #include <iostream> int main() { miniply::PLYReader reader("model.ply"); if (!reader.valid()) return 1; std::cout << "PLY file loaded successfully" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-09-15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

miniply — pip install miniply · libregistry