{"id":17258451,"url":"https://github.com/thibauts/pop-buffer","last_synced_at":"2025-03-22T18:34:28.742Z","repository":{"id":28281737,"uuid":"31793196","full_name":"thibauts/pop-buffer","owner":"thibauts","description":"Progressive encoding for 3D meshes","archived":false,"fork":false,"pushed_at":"2015-03-26T23:54:23.000Z","size":152,"stargazers_count":64,"open_issues_count":0,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-17T23:42:46.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/thibauts.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}},"created_at":"2015-03-06T23:05:38.000Z","updated_at":"2025-01-19T10:36:10.000Z","dependencies_parsed_at":"2022-07-24T15:47:09.869Z","dependency_job_id":null,"html_url":"https://github.com/thibauts/pop-buffer","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/thibauts%2Fpop-buffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fpop-buffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fpop-buffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibauts%2Fpop-buffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thibauts","download_url":"https://codeload.github.com/thibauts/pop-buffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245003632,"owners_count":20545640,"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":[],"created_at":"2024-10-15T07:20:42.299Z","updated_at":"2025-03-22T18:34:28.367Z","avatar_url":"https://github.com/thibauts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"pop-buffer\r\n==========\r\n### Progressive encoding for 3D meshes\r\n\r\nImplements POP Buffers, as described [here](http://x3dom.org/pop/files/popbuffer2013.pdf).\r\n\r\nInstall\r\n-------\r\n\r\n```bash\r\n$ npm install pop-buffer\r\n```\r\n\r\nExample\r\n-------\r\n\r\n```javascript\r\nvar bunny = require('bunny');\r\nvar encode = require('pop-buffer').encode;\r\nvar decode = require('pop-buffer').decode;\r\n\r\nvar popBuffer = encode(bunny.cells, bunny.positions, 16);\r\nvar mesh = decode(popBuffer);\r\n```\r\n\r\nDemo\r\n----\r\n\r\nCheck the [online demo](http://requirebin.com/?gist=538bb6f0da184e91c26a) or\r\n\r\n```bash\r\n$ git clone https://github.com/thibauts/pop-buffer.git\r\n$ cd pop-buffer\r\n$ npm install\r\n$ npm run demo\r\n```\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibauts%2Fpop-buffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthibauts%2Fpop-buffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibauts%2Fpop-buffer/lists"}