Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 909 Bytes

File metadata and controls

22 lines (16 loc) · 909 Bytes

Warehouse Pallet Organiser

A Java application to organise boxes on a warehouse pallet using 3D bin packing algorithms. Built using the JavaFX library.

Usage

  1. Start Application
  2. Enter pallet length and width
  3. Enter number of boxes
  4. For each box enter length, width and height

Visualiser

3D graphics created using JavaFX. Starting from the empty pallet, boxes are added one by one. Click next to see the position of the next box.

palletorganiserexample1

palletorganiserexample2

TODO

  • Add labels to each placed box
  • Add back button

References