{"id":16087164,"url":"https://github.com/juliendelplanque/ply","last_synced_at":"2025-04-05T15:10:57.089Z","repository":{"id":83914525,"uuid":"76132564","full_name":"juliendelplanque/PLY","owner":"juliendelplanque","description":"A PLY parser/model for Pharo.","archived":false,"fork":false,"pushed_at":"2018-01-02T19:52:09.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T11:51:28.831Z","etag":null,"topics":["parser","pharo","ply","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliendelplanque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-10T19:19:48.000Z","updated_at":"2018-10-11T14:55:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"f852e213-01af-4720-b0e4-19de86cabccd","html_url":"https://github.com/juliendelplanque/PLY","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FPLY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FPLY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FPLY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FPLY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliendelplanque","download_url":"https://codeload.github.com/juliendelplanque/PLY/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353749,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parser","pharo","ply","smalltalk"],"created_at":"2024-10-09T13:28:27.164Z","updated_at":"2025-04-05T15:10:57.074Z","avatar_url":"https://github.com/juliendelplanque.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PLY\nA PLY parser/model for Pharo. PLY ([Polygon File Format](https://en.wikipedia.org/wiki/PLY_(file_format))) is a text file format for storing 3D models. This projects requires `PetitParser` which is loaded (only the core) automatically by the baseline.\n\n## Install\nIn a fresh Pharo image, execute the following code snippet in a Playground.\n```\nMetacello new\n    baseline: 'PLY';\n    repository: 'github://juliendelplanque/PLY/repository';\n    load\n```\n\n## Example\nThe `PLYASTBuilder` allows to parse a `String` containing ply-formatted data:\n```\nPLYASTBuilder parse: 'ply\nformat ascii 1.0\ncomment created by platoply\nelement vertex 8\nproperty int x\nproperty int y\nproperty int z\nelement face 6\nproperty list uint int vertex_indices\nend_header\n-1 -1 -1\n1 -1 -1\n1 1 -1\n-1 1 -1\n-1 -1 1\n1 -1 1\n1 1 1\n-1 1 1\n4 0 1 2 3\n4 5 4 7 6\n4 6 2 1 5\n4 3 7 4 0\n4 7 3 2 6\n4 5 1 0 4'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2Fply","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliendelplanque%2Fply","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2Fply/lists"}