GenCAD
11–20 of 135 posts
Re: GenCAD
#12Ideally it would tie in with an llm, no? Like you would want to be able to say something like "create a design of car suspension subject to x,y,z contrains"
Re: GenCAD
#13Then then have a trained llm that has can generate kcl to either create new parts or act as a llm assistant for changes to existing parts.
It’s neat that llms can do 3-D but I wonder how much of the problem is integration.
Re: GenCAD
#14Re: GenCAD
#15This has been easy with OpenSCAD for a long time. I have made lots of cool, complex models this way. I built a repo of the prompts I use to show the llm how to do this and it includes many of the models I've created this way... https://github.com/cjtrowbridge/vibe-modeling
Re: GenCAD
#16Is this Google-affiliated? The heading font is Product/Google Sans which IIRC only Alphabet is allowed to use and the entire webpage seems to be Google-style but neither of the two named researchers seem to be employed by Google?
"These fonts are licensed under the Open Font License. You can use them in your products & projects – print or digital, commercial or otherwise."
Re: GenCAD
#17It says "can convert cad latents into a sequence of parametric CAD commands" Which CAD program? I'm confused Am I reading this right? >Most importantly, GenCAD does not merely generate a 3D solid but also the entire CAD program.
> Which CAD program? Doesn't matter. CAD models/objects are represented by a sequence of operations on a primitive or sketch. Unlike meshes, that describe the manifested resulting shape of objects in 3D programs like Blender. So it's about the fact, that their model outputs that hierarchy of operations. The history of development, not just the result.
Re: GenCAD
#18This has been easy with OpenSCAD for a long time. I have made lots of cool, complex models this way. I built a repo of the prompts I use to show the llm how to do this and it includes many of the models I've created this way... https://github.com/cjtrowbridge/vibe-modeling
Same. Working with an LLM and OpenSCAD has been totally painless.
What is your workflow for llm integration to openscad?
Re: GenCAD
#19Re: GenCAD
#20This has been easy with OpenSCAD for a long time. I have made lots of cool, complex models this way. I built a repo of the prompts I use to show the llm how to do this and it includes many of the models I've created this way... https://github.com/cjtrowbridge/vibe-modeling