This tutorial demonstrates how to create a practical support generator for 3D printing using the MeshLib SDK. You will learn how to connect the dialog UI, handle user input, apply geometric algorithms (including mesh booleans), and render the result in one coherent workflow inside the MeshLib Viewer.
Before starting, complete the First Plugin Tutorial, which introduces the MeshLib plugin architecture and shows how to build a basic tool.
Requirements:
Download the C++ project for this tutorial and verify the Visual Studio configuration: https://meshlib.io/building_support_generator
By the end of this tutorial, you will understand how to combine user interaction, geometry processing, and rendering into one cohesive workflow using the MeshLib SDK. This foundation enables development of more advanced 3D tools and plugins for MeshLib and MeshInspector.