https://github.com/tomasf/threemf
3MF reading and writing library for Swift
https://github.com/tomasf/threemf
3mf swift swift-multiplatform
Last synced: 5 months ago
JSON representation
3MF reading and writing library for Swift
- Host: GitHub
- URL: https://github.com/tomasf/threemf
- Owner: tomasf
- License: mit
- Created: 2025-01-05T16:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T16:24:29.000Z (about 1 year ago)
- Last Synced: 2025-03-16T17:28:31.473Z (about 1 year ago)
- Topics: 3mf, swift, swift-multiplatform
- Language: Swift
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThreeMF
ThreeMF is a cross-platform Swift library for reading, writing, and manipulating [3MF (3D Manufacturing Format)](https://3mf.io) files. It provides a type-safe API for working with 3D model data, materials, textures, metadata and more. ThreeMF implements support for the Core, Production, Triangle Sets and Materials specifications.
ThreeMF is licensed under the MIT License. See the LICENSE file for details. This projects uses [Nodal](https://github.com/tomasf/Nodal) and [Zip](https://github.com/tomasf/Zip).