{"id":18770175,"url":"https://github.com/lotuc/bin-pack","last_synced_at":"2026-03-13T08:32:11.379Z","repository":{"id":176979265,"uuid":"654806770","full_name":"lotuc/bin-pack","owner":"lotuc","description":"3d bin packing","archived":false,"fork":false,"pushed_at":"2023-12-29T01:00:36.000Z","size":10499,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T07:01:15.789Z","etag":null,"topics":["3d-bin-packing","bin-packing","clojure","clojurescript","threejs","visualization"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lotuc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-17T02:39:58.000Z","updated_at":"2025-01-23T16:44:44.000Z","dependencies_parsed_at":"2024-11-07T19:18:44.053Z","dependency_job_id":"b89b1293-e06f-4772-be20-120e600d9094","html_url":"https://github.com/lotuc/bin-pack","commit_stats":null,"previous_names":["lotuc/bin-pack"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lotuc/bin-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotuc%2Fbin-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotuc%2Fbin-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotuc%2Fbin-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotuc%2Fbin-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lotuc","download_url":"https://codeload.github.com/lotuc/bin-pack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lotuc%2Fbin-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30462273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-bin-packing","bin-packing","clojure","clojurescript","threejs","visualization"],"created_at":"2024-11-07T19:18:26.903Z","updated_at":"2026-03-13T08:32:11.354Z","avatar_url":"https://github.com/lotuc.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Clojars Project](https://img.shields.io/clojars/v/org.lotuc/bin-pack.svg)](https://clojars.org/org.lotuc/bin-pack)\n\n# Bin Pack\n\n## eb-afit\n\neb stands for the paper's author Erhan Baltacioglu, and afit stands for Air\nForce Institude of Technology.\n\n`lotuc.binpack.eb-afit` implements the algorithm described in paper\n[The Distributer's Three-Dimensional Pallet-Packing Problem: A Human Intelligence-Based Heuristic Approach](https://scholar.afit.edu/etd/4563/),\nsome of the implementation detail differences can be found\n[here](./doc/eb-afit-explain.md).\n\nThe reference implemention described in the paper can be found here at\nhttps://github.com/wknechtel/3d-bin-pack .\n\n```clojure\n(require '[lotuc.binpack.eb-afit :as eb-afit])\n\n(eb-afit/find-best-pack {:pallet-dims [10 5 5],\n                         :boxes [{:dims [5 5 5], :n 3}]})\n\n;; -\u003e\n\n{:pallet-volume 250,\n :box-volume 375,\n :packed-volume 250,\n :packed-number 2,\n :pallet-variant [10 5 5],\n :percentage-used 100.0,\n :first-layer-thickness 5,\n :pack\n [{:pack-dims [5 5 5], :pack-coord [0 0 0], :dims [5 5 5], :vol 125, :n 3}\n  {:pack-dims [5 5 5], :pack-coord [5 0 0], :dims [5 5 5], :vol 125, :n 3}],\n :unpacked {:dims [5 5 5], :vol 125, :n 3, :unpacked-n 1}}\n```\n\n## visualizer\n\nThe [visualizer](https://github.com/lotuc/bin-pack-visualizer) (which is\ndeployed at https://lotuc.org/bin-pack/) take the input text, find the best\npacking strategy and visualize the packing result.\n\n![](./doc/resources/eb-afit-find-best-dpp06.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flotuc%2Fbin-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flotuc%2Fbin-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flotuc%2Fbin-pack/lists"}