A tool to pack 3D mesh files into a minimal bounding box.
A community rewrite of Tom van der Zanden's beloved PartStacker.
Click here for the latest release.
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/