A 3D CAM-library written in c++ with python bindings. The main functionality it provides is axial and radial cutter-projection algorithms against polyhedral (triangulated) surfaces.
Homepage
Download
Recent Releases
2023.01.1112 Jan 2023 07:25
minor feature:
Changes FindPython to FindPython3
Disables BUILD_DOC when building the Python library
Fixes issue with VERSION_STRING, it could not be passed as a CMake option, because the default was set to a boolean value, which could not be changed to a string.
Adds LANGUAGES to CMake's project() definition
Use sscanf on unix platforms in STLReader
Use RelWithDebInfo for release builds, and add .dSYM file on macOS for source mapping and better debugging support.
Enable link time optimization
Zip CXX libraries before release
Add custom delocate script on macOS, and prefer system OpenMP before loading the bundled one.
Use current date as version in development builds
2019.0705 Oct 2019 19:08
minor feature:
|