Rendered at 02:57:08 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
colechristensen 6 minutes ago [-]
Neat!
I'm working on a CAD kernel in Rust with a frontend either as a Blender plugin or a Blender fork (leaning towards fork at this point) It's not at all ready but I have reached first part status (before going back and rewriting a large chunk of the kernel)
ozmaverick72 41 minutes ago [-]
Interesting. I have played with OpenScad a bit. This looks similar - i guess the difference is the syntax is python - any other major differences
DrNefario 37 minutes ago [-]
CadQuery can export STEP files, and is overall much nicer to use in my opinion.
xrd 27 minutes ago [-]
I've been using Gemini to generate openscad programs for use with my 3d printer. Is cadquery a better option I wonder?
Why do you say it is better than openscad?
xrd 12 minutes ago [-]
After reading some of the docs it does look fun.
Python, so leverage your Python skills and existing libraries.
A nice GUI so you can build, view, tweak, review, iterate.
I'm working on a CAD kernel in Rust with a frontend either as a Blender plugin or a Blender fork (leaning towards fork at this point) It's not at all ready but I have reached first part status (before going back and rewriting a large chunk of the kernel)
Why do you say it is better than openscad?
Python, so leverage your Python skills and existing libraries.
A nice GUI so you can build, view, tweak, review, iterate.
Will be a nice new toy...