Simple and fast C++ library for mesh cutting and CSG (boolean) operations.
git clone https://github.com/cutdigital/mcut.git
mkdir build
cd build
cmake ..
(seeCMakeLists.txt
for available build configuration options)- run
make -j4
IF you are on Linux/MacOS terminal, ELSE open the generated.sln
with e.g. Visual Studio
Next, try out one of the tutorials!
For more information about this library, you can refer to the project page here or send an email to the author.
The following depictions show what MCUT can do for you. Images were rendered using Blender.