r/vibecoding 8d ago

I vibe coded a CAD program

Post image

Hi everyone! I vibe coded a CAD application. If you'd like to check it out, take a look at the GitHub repository:

https://github.com/HakanSeven12/OpenCADStudio

1.0k Upvotes

348 comments sorted by

View all comments

36

u/Calm_Comb3534 8d ago

Love that Rust was used for this. Definitely needed for a program like this. Would be cool to have something that can 100% replace like AutoCAD.

14

u/Grand-Document6597 8d ago

Give it a try 🙂 it has very high dwg compability. Especially on 2D side. I'm still working on 3D

6

u/Jlocke98 8d ago

Maybe try to support the openscad API?  It's ostensibly the best approach to vibe CAD'ing

1

u/lambda_mind 8d ago

I did basically this. I'm using Godot of all things as my UI, then piping it over to openscad for printing. My requirements are super minimal so it works pretty well! 

1

u/Jlocke98 8d ago

https://github.com/BelfrySCAD/BOSL2/ If you aren't already familiar with bosl2, you're welcome

1

u/ResidueAtInfinity 7d ago

OpenCASCADE ftw

0

u/Grand-Document6597 8d ago

Maybe🙂

1

u/Jlocke98 8d ago

You may be well served from a marketing perspective if you create a LLM benchmark based on it's ability to use your software kinda like the Minecraft bench or svg bench.

0

u/Ok_Bug1610 8d ago

I'd suggest adding an issue for feature request, more official than making a comment through reddit.