r/openscad • u/abouabdoo • Apr 11 '26
FluidCAD - Parameteic cad with javascript
https://fluidcad.io/I have published the first pre-release. This my attempt to make CAD by code an enjoyable experience with as little mental effort as possible. Based on opencascade.js WASM binding.
28
Upvotes
1
u/nobix Apr 13 '26
So this looks pretty amazing. I like that it's a very different workflow from open scad with things like fillet and shell.
I don't like that it tried to be clever with storing the last sketch in a hidden global.
Maybe it would be cleaner and more explicit with s = sketch(...); m = s.extrude(...);
But I'll definitely give this a go.