Skip to content

A 3D bin packing application that uses the guillotine heuristic.

Notifications You must be signed in to change notification settings

JmingZhang/XBinPacking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XBinPacking

Bin packing project. Objects(Cuboids) of different volumes are packed into a finite number of bins each of volume V in a way that minimizes the number of bins used. Application uses the Guillotine algorithm.

Usage

1. Run the application.

2. Set the Bin size.

GitHub Logo

3. Choose the packing algorithm.

GitHub Logo

4. Add boxes to the list. Set a size and choose "Add" button.

GitHub Logo

5. Choose the "Process" button to pack boxes.

GitHub Logo

6. Select prepared bins from "Loaded Bins" button.

GitHub Logo

7. You can control the camera (mouse drag and drop/roll).

GitHub Logo

8. Click the "Clear" button to remove loaded bins and boxes.

About

A 3D bin packing application that uses the guillotine heuristic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • CSS 0.9%