Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 912 Bytes

File metadata and controls

34 lines (21 loc) · 912 Bytes

PartStacker

A tool to pack 3D mesh files into a minimal bounding box.

A community rewrite of Tom van der Zanden's beloved PartStacker.

Download the latest release

Click here for the latest release.

Build this project

If any of the following doesn't make sense, please see the in-depth build instructions.

You'll need

  • CMake
  • A C++ compiler that supports C++23

First, clone the repo with its submodules

git clone --recurse-submodules https://github.com/PartStackerCommunity/PartStacker.git

Then, configure and build with CMake by running these commands in order

cd PartStacker
cmake --preset Release
cmake --build --preset Release

The PartStacker GUI will be an executable called PartStackerGUI, placed in ./bin/