I've been messing around with OpenSCAD for a little. I am working on some 'art' projects that would make heavy use of geometric shapes and I love the idea of generating these things in code. Another alternative that I've found, and like a lot, is OpenJSCAD. Very similiar to OpenSCAD but with javascript: http://openjscad.org/
There's also ImplicitCAD, which is Haskell and actually more powerful in some ways. Unmaintained as of this summer, though. http://www.implicitcad.org/
Automated CAD
21–24 of 24 posts
Re: Automated CAD
#22If you're interested in parametric CAD, Genworks open-sourced most of their system (except for the third-party commercial SMLib library) under the AGPL: https://github.com/genworks/gendl
Do you know if gendl includes geometric constraint solving? I've been playing around with using geometric constraint solving with FreeCAD's "sketcher" mode, but the GUI interface on that is awful, I'd love to experiment with it using a proper GDL of some sort. Edit: Nevermind, it sounds like it does. I should have read the whole discussion.
http://weitz.de/eclm2008/Selvaag%20Bluethink%20House%20Desig...
Re: Automated CAD
#23If you're interested in parametric CAD, Genworks open-sourced most of their system (except for the third-party commercial SMLib library) under the AGPL: https://github.com/genworks/gendl
Oh, I didn't know Dave had put Genworks on Github. Interesting.
Re: Automated CAD
#24Earlier quoted context omitted.
There's also ImplicitCAD, which is Haskell and actually more powerful in some ways. Unmaintained as of this summer, though. http://www.implicitcad.org/
After looking at that site I'm baffled as to why it's not more popular.
I found that it works for most thing but can produce broken STLs occasionally.