Replies: 1 comment 1 reply
-
Yeah; I'd love to see OpenSCAD as an optional language in CascadeStudio! In theory, this project (from the folks at OpenJSCAD) gets one most of the way to CascadeStudio compatibility... There may have to be a UI or detection step of some sort to switch between the input languages. Unfortunately, code introspection is going to be a little more difficult, since it's based on Microsoft's powerful Typescript/Javascript analyzers. However, if the one-time automatic conversion-step can be handled when an OpenSCAD script is dragged onto CascadeStudio, then the converted code would be able to benefit from the introspection that CascadeStudio's Java/Typescript enjoys! |
Beta Was this translation helpful? Give feedback.
-
Hi, is there interest in having a OpenSCAD as an additional input language? If so, I might be interested in implementing it.
That could be useful for reusing existing libraries.
The rigid language of OpenSCAD could also allow for awesome code introspection. For example highlighting the line in the code, that generated the geometry.
Beta Was this translation helpful? Give feedback.
All reactions