CoffeeSCad
CoffeeSCad copied to clipboard
DISCONTINUED ! Browser based 3D solid CAD editor, Openscad style, with a Coffeescript based syntax, using only Coffeescript + Javascript
see the openjscad documentation here :http://joostn.github.com/OpenJsCad/
Currently having issues (particularly with sphere based geometries), causing stack overflow/too much recursion errors: this come from the csg's tree implementation, and could be solved by moving to an iterative...
There are a certain number of ways the speed of the CSG processing could be enhanced : Better use of web workers, changes to the csg core etc.
I would like to be able to run the back-end CSG calculations on a farm of nodejs servers, and export the polygons to the client in some way. This would...
Hello, I have a question about creating a hole. I don't know how to do this, mayby it's a good idea to create and add an example at CoffeeSCad? Some...
This would perhaps alleviate some of the tedium of writing code for some basic shapes, and help making parametric cad more accessible ?
This would be collaborative , real time, in browser editing : This could take on different forms: - multiple users edit the same file (part/shape) - multiple users can edit...
As in tools usefull to generate section views : should be very easy to do with csg Ie : define a set of points to define "cutting planes" (see csg.js)