From ef2ba71ea92d6881384796fc236876c5b3ecb07a Mon Sep 17 00:00:00 2001 From: Martin Weismann Date: Wed, 13 Jun 2018 08:29:30 +0200 Subject: [PATCH 1/3] Add list of Products using lib3MF --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 116931f45..e5cf14b8f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -46,3 +46,14 @@ 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 | +| --- | --- | +| [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/) | +| [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. \ No newline at end of file From c88761f51ad89a0837a3ca89b8f4f13fb6d327ca Mon Sep 17 00:00:00 2001 From: Martin Weismann Date: Wed, 9 Jan 2019 11:09:08 +0100 Subject: [PATCH 2/3] Add OpenSCAD to list of software using Lib3MF --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5cf14b8f..40d9d91ea 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,11 @@ 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 | +| 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/) | +| [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. \ No newline at end of file From f726fcd47059358437069cb6c9175b9efb679125 Mon Sep 17 00:00:00 2001 From: Martin Weismann <30837766+martinweismann@users.noreply.github.com> Date: Tue, 25 Jun 2019 09:52:42 +0200 Subject: [PATCH 3/3] Add Autodesk Meshmixer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d9d91ea..768b86cb6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ A large number of software or hardware products and projects [support 3MF](https | --- | --- | | [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. \ No newline at end of file +If your product or project uses Lib3MF, please create a pull request or an issue to have it included in this list.