/XBinPacking

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

Primary LanguageJava

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.