/brickr

Automatically create solid LEGO bricks instructions from 3D mesh

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Brickr

Setup

For Debian Buster install following dependancies:

sudo apt install libglu1 build-essential qt5-default libqt5svg5-dev libboost-graph-dev

Eventually:

sudo apt install qtcreator

Brickr use vcglib for model manipulation and is added as submodule dependency, be sure to pull it.

Then build with:

mkdir build/
cd build
# generate Makefile
cmake 
# make!
make
# run
./brickr