Shanu2155 / 3d-Cuboid-Packing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3d-Cuboid-Packing

This code packs 3d boxes in a 3d container maintaining the sequence such that space utilization is optimum. It also displays the packing in UI using JOGL(Java OpenGL) library. Import the following jars in library for using JOGL.

1.jogl-all.jar
2.jogl-all-natives-windows-amd64.jar
3.gluegen-rt-natives-windows-amd64.jar
4.gluegen-rt.jar
5.gson-2.2.2.jar5
6.postgresql-42.1.1.jar

Run the MainApp file and select details from dropdown menus. Click press to get Output. The database need to setup in vehicle.java and item.java file. For database, run createItemsTable.sql file for postgreSQL.

About


Languages

Language:Java 98.9%Language:PLSQL 1.1%