Skip to content

ChiefGyk3D/lib3mf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib3mf

Lib3MF is a C++ implementation of the 3D Manufacturing Format file standard

As 3MF shall become an universal 3D Printing standard, its quick adoption is very important. This library shall lower all barriers of adoption to any possible user, let it be software providers, hardware providers, service providers or middleware tools.

Its aim is to offer an open source way to integrate 3MF reading and writing capabilities, as well as conversion and validation tools for input and output data. The 3MF Library shall provide a clean and easy-to-use API to speed up the development and keep integration costs at a minimum.

While the current code is primarily made for a Microsoft Visual Studio Environment, a lot of energy has been put into keeping it as platform independent as far as possible. For example, it compiles well with the GCC compiler, but there is some work left to recode a few platform specific functionalities, which are now covered by the WinRT platform (like XML parsing and ZIP compression). This will come when time passes.

The specification can be downloaded at http://3mf.io/what-is-3mf/3mf-specification/

For example code, please refer to https://github.com/3MFConsortium/lib3mf-examples

For a more detailed documentation, please take a look into the PDF in the root directory of this repository.

Lib3MF is licensed under the simplified BSD license.

About

Lib3MF is a C++ implementation of the 3D Manufacturing Format file standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.0%
  • C 36.9%
  • Makefile 0.1%