mkeeter / antimony

CAD from a parallel universe
2.1k stars 160 forks source link

Open and Export OpenSCAD files #86

Open TheThirdOne opened 9 years ago

TheThirdOne commented 9 years ago

This would be an amazing feature.

It would probably be really hard to read .scad files, but writing them shouldn't be too hard.

AstraLuma commented 9 years ago

Writing an alternative OpenSCAD interpreter would be easier. Developing nodes for all of the OpenSCAD operations is HARD. (See: Discussion on mailing list about the "hull" function.)

Exporting as OpenSCAD I would consider nigh impossible. Either you'd have to parse through all of the Python invoked by various nodes to try to cross-compile into OpenSCAD, or you'd have to decompile the final shape function.