antimony icon indicating copy to clipboard operation
antimony copied to clipboard

Open and Export OpenSCAD files

Open TheThirdOne opened this issue 9 years ago • 1 comments

This would be an amazing feature.

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

TheThirdOne avatar Jun 18 '15 02:06 TheThirdOne

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.

AstraLuma avatar Jun 18 '15 18:06 AstraLuma