Parametric CAD in Rust – Cam Pedersen

🚀 Read this awesome post from Hacker News 📖

📂 **Category**:

💡 **What You’ll Learn**:


I keep designing physical parts for our robots. Motor mounts, sensor brackets, wheel hubs. Every time, the workflow is the same: open a GUI CAD program, click around for an hour, export an STL, realize the bolt pattern is 2mm off, repeat.

I wanted to write my parts the way I write firmware. In Rust. With types. With version control. With the ability to change one number and regenerate everything.

So I built vcad.