Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannobraun/3mf-rs
3MF (3D Manufacturing Format) support for Rust
https://github.com/hannobraun/3mf-rs
Last synced: about 2 months ago
JSON representation
3MF (3D Manufacturing Format) support for Rust
- Host: GitHub
- URL: https://github.com/hannobraun/3mf-rs
- Owner: hannobraun
- License: other
- Created: 2021-10-24T07:57:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T19:50:36.000Z (8 months ago)
- Last Synced: 2024-05-02T00:03:43.374Z (8 months ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 3MF (3D Manufacturing Format) support for Rust [![crates.io](https://img.shields.io/crates/v/threemf.svg)](https://crates.io/crates/threemf) [![Documentation](https://docs.rs/threemf/badge.svg)](https://docs.rs/threemf) [![CI](https://github.com/hannobraun/3mf-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/hannobraun/3mf-rs/actions/workflows/ci.yml)
## About
This library provides support for [3MF] files to programs written in the Rust
programming language. 3MF is a file format commonly used for 3D printing. It is
typically exported from a CAD program, and imported to a slicer.[3MF]: https://en.wikipedia.org/wiki/3D_Manufacturing_Format
## Status
Functionality is limited, but what is currently there seems to work well. This
library is used by (and has been extracted from) [Fornjot].[Fornjot]: https://github.com/hannobraun/fornjot
## License
This project is open source software, licensed under the terms of the
[Zero Clause BSD License] (0BSD, for short). This basically means you can do
anything with the software, without any restrictions, but you can't hold the
authors liable for problems.See [LICENSE.md] for all details.
[Zero Clause BSD License]: https://opensource.org/licenses/0BSD
[LICENSE.md]: https://github.com/hannobraun/3mf-rs/blob/main/LICENSE.md