#3d-model programming
1 messages · Page 1 of 1 (latest)
I know about OpenSCAD, but it sounds a bit limiting if I'm going to make more complex designs. For example it doesn't support higher-order functions.
I'm looking at ImplicitCAD right now, which does expose a Haskell interface:
https://github.com/Haskell-Things/ImplicitCAD
I'm wondering if there's any other popular tool like that
Oh there's also this:
https://github.com/SolidCode/SolidPython
compiling to SCAD also sounds good if I just need more organizational things like namespaces and passing functions as parameters