{"id":62065,"library":"tinyply","title":"tinyply","description":"C++11 ply 3d mesh format importer & exporter","status":"active","version":"2.3.4","language":"cpp","source_language":null,"source_url":null,"tags":["3d","mesh","ply","file-format"],"install":[{"cmd":"vcpkg install tinyply","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(tinyply CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE tinyply::tinyply)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"tinyply.h","correct":"#include <tinyply.h>"}],"quickstart":{"code":"#include <tinyply.h>\n#include <vector>\n\nint main() {\n    std::vector<float> vertices;\n    std::vector<uint32_t> indices;\n    tinyply::PlyFile ply;\n    ply.parse(std::ifstream(\"mesh.ply\", std::ios::binary));\n    return 0;\n}","lang":"cpp","description":"Parse a PLY file and extract vertex/index data"},"warnings":[],"env_vars":null,"search_vec":"'+11':3 '3d':5,10 'c':2 'export':9 'file':14 'file-format':13 'format':7,15 'import':8 'mesh':6,11 'pli':4,12 'tinypli':1","created_at":"2026-06-17T05:15:43.769818+00:00","updated_at":"2026-06-17T05:15:43.769818+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}