lib3mf v2.3.2
- Created
- Updated
lib3mf is an implementation of the 3D Manufacturing Format file standard
# Usage
lib3mf provides CMake targets:
find_package(lib3mf CONFIG REQUIRED)
target_link_libraries(target_name PRIVATE lib3mf::lib3mf)
For examples and use cases, kindly check
https://github.com/3MFConsortium/lib3mf/tree/develop/SDK/CPackExamples
# License
# Supported Platforms
(windows & (x86 | x64) & !static & !staticcrt) | (linux & x64) | (osx & (x64 | arm64))
- ✅ linux
- ✅ osx
- ✅ windows-x64-dynamic
- ✅ windows-x86-dynamic
- ❌
uwp - ❌
windows-arm64 - ❌
windows-static
# Features
No features defined.
# Dependencies
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- Vijai Kumar S