jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.66k stars 515 forks source link

Enhancement: 3MF Support #160

Closed z3dev closed 7 years ago

z3dev commented 8 years ago

http://www.3mf.io/what-is-3mf/

Here's where to start.

z3dev commented 8 years ago

And samples for testing can be found at https://github.com/3MFConsortium/3mf-samples

kaosat-dev commented 7 years ago

I can tackle this if needed, already worked on 3mf parsing.

z3dev commented 7 years ago

@kaosat-dev Sure. We are using a nice XML SAX library for the AMF file parsing. I think that 3MF looks very similar if not the same.

z3dev commented 7 years ago

This issue was moved to jscad/io#9