OpenJSCad: like OpenSCAD, but using JavaScript
There’s always room for another open source Solid CAD modeller! While I’m a huge fan of OpenSCAD, it does have some limitations. While you can do some amazingly complex operations in OpenSCAD, you cannot reassign values to variables. This means that a lot of the usual programming techniques are simply not applicable to OpenSCAD. With OpenJSCad, you can use dynamic arrays and store solids in variables.
So, if you’re rocking Chrome or a WebGL browser, check out joostn’s OpenJSCad!
| Tagged with | joostn, open source, openjscad, openscad, solid modeller, webgl | 2 comments |







2 Comments so far
Joe Sadusk
Also take a look at Cadmium ( https://github.com/jayesh3/cadmium ) a python library for solid modeling, and based on it QTmium ( https://github.com/hmeyer/qtmium ) an OpenSCAD like UI for developing with Cadmium.
joostn
Lots of new features in OpenJsCad, such as interactive parameter editing in the browser.
See the demo:
http://joostn.github.com/OpenJsCad/gearsdemo.html