Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lib3mf
# lib3MF
[![Build Status](https://travis-ci.org/3MFConsortium/lib3mf.svg?branch=master)](https://travis-ci.org/3MFConsortium/lib3mf)

Lib3MF is a C++ implementation of the 3D Manufacturing Format file standard.
Expand Down Expand Up @@ -46,3 +46,16 @@ of this repository.

## License
Lib3MF is licensed under the [simplified BSD license](LICENSE).

## Products using Lib3MF
A large number of software or hardware products and projects [support 3MF](https://3mf.io/adoption/), and many of them make use of lib3MF:

| Product | Owner/Company/Developers |
| --- | --- |
| [Element](https://www.ntopology.com/element-pro/) | [nTopology](https://www.ntopology.com/) |
| [Netfabb](https://www.autodesk.com/products/netfabb/overview/) | [Autodesk](https://www.autodesk.com/) |
| [Meshmixer](http://www.meshmixer.com/) | [Autodesk](https://www.autodesk.com/) |
| [OpenSCAD](https://www.openscad.org/) | [OpenSCAD developers](https://github.com/orgs/openscad/people) |
| [Rhino3D](https://www.rhino3d.com/) | [Robert McNeel & Associates](https://www.mcneel.com/) |

If your product or project uses Lib3MF, please create a pull request or an issue to have it included in this list.