{"id":20912416,"url":"https://github.com/fogleman/pack3d","last_synced_at":"2025-07-27T14:07:28.787Z","repository":{"id":22038372,"uuid":"93663471","full_name":"fogleman/pack3d","owner":"fogleman","description":"Tightly pack 3D models.","archived":false,"fork":false,"pushed_at":"2022-06-06T06:21:59.000Z","size":14,"stargazers_count":333,"open_issues_count":8,"forks_count":48,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-19T19:11:27.579Z","etag":null,"topics":["3d","3d-printing","go","packing-algorithm"],"latest_commit_sha":null,"homepage":"https://www.michaelfogleman.com/pack3d/","language":"Go","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/fogleman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-07T17:50:04.000Z","updated_at":"2025-04-25T03:32:37.000Z","dependencies_parsed_at":"2022-07-24T23:46:42.127Z","dependency_job_id":null,"html_url":"https://github.com/fogleman/pack3d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fogleman/pack3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fpack3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fpack3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fpack3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fpack3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogleman","download_url":"https://codeload.github.com/fogleman/pack3d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fpack3d/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267368926,"owners_count":24076092,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["3d","3d-printing","go","packing-algorithm"],"created_at":"2024-11-18T14:27:08.181Z","updated_at":"2025-07-27T14:07:28.768Z","avatar_url":"https://github.com/fogleman.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# pack3d\n\nTightly pack 3D models.\n\n### Installation\n\nFirst, install Go, set your GOPATH, and make sure $GOPATH/bin is on your PATH.\n\n```\nbrew install go\nexport GOPATH=\"$HOME/go\"\nexport PATH=\"$PATH:$GOPATH/bin\"\n```\n\nNext, fetch and build the two binaries.\n\n```\ngo get github.com/fogleman/pack3d/cmd/pack3d\ngo get github.com/fogleman/pack3d/cmd/binpack\n```\n\n### Usage Examples\n\nNote that pack3d runs until stopped, writing its output to disk whenever a new best is found.\n\n```\npack3d 2 3DBenchy.stl  # tightly pack 2 boats\npack3d 4 3DBenchy.stl  # tightly pack 4 boats\npack3d 1 *.stl         # tightly pack various meshes, one of each\n\n# pack as many boats as possible into the printer volume, given a few different arrangements\nbinpack 1 3DBenchy.stl 2 3DBenchy-x2.stl 4 3DBenchy-x4.stl\n```\n\n### Examples\n\n113 3DBenchy tug boats packed tightly\n\n![3DBenchy](http://i.imgur.com/adjchjy.png)\n\n27 R2-D2 droids, 8 parts each\n\n![R2-D2](http://i.imgur.com/qE90ijK.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fpack3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogleman%2Fpack3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fpack3d/lists"}