Strauteka / 3d-bin-space-utilization

Square space utilization core for 3d bin packing algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3d-bin-space-utilization

Square space utilization core for 3d bin packing algorithm.

When starting to write algorithm for 3d Container loading software it is hard to understand how to utilize space while adding cargo to it. I give you my algorithm / structure of space utilization for 3d container packing software.

  • Demo packing algorithm gives you a very good results and understanding about code usage.
  • Algorithm based on Random and little bit of magic :) Unfortunately, each time it will give you different solution for the same problem.
  • java3d library and Draw3d class gives you quick look / development tool for your algorithm results.

Notes:

Usage

  • Clone repository
  • Compile: mvn clean install
  • Run Demo: java -jar .\demo\target\demo-jar-with-dependencies.jar

Requires

  • Java 1.8
  • Maven

Preview core

Empty space determination

draw-demo.jpg

Over-stack space

draw-demo4.jpg

Preview demo algorithm

5 types of items.

draw-demo3.jpg

20 types of items.

draw-demo1.jpg

50 types of items.

draw-demo5.jpg

100 types of items.

draw-demo6.jpg

Pallet support.

draw-demo7.jpg

Problems with java3d libraries?

You may find solution in java3d folder ;)

About

Square space utilization core for 3d bin packing algorithm


Languages

Language:Java 100.0%