CoffeeSCad icon indicating copy to clipboard operation
CoffeeSCad copied to clipboard

DISCONTINUED ! Browser based 3D solid CAD editor, Openscad style, with a Coffeescript based syntax, using only Coffeescript + Javascript

Results 54 CoffeeSCad issues
Sort by recently updated
recently updated
newest added

see the openjscad documentation here :http://joostn.github.com/OpenJsCad/

enhancement

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...

bug
geometry kernel

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.

enhancement
geometry kernel

Title says it all !

enhancement
geometry kernel

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...

enhancement
Experimental

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 ?

enhancement
Experimental

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...

enhancement
Experimental

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)

enhancement
Experimental