Hacker News new | ask | show | jobs
by ecto 82 days ago
Here's my take on CAD in the browser! https://vcad.io

I implemented a full kernel in rust and compile it to wasm https://github.com/ecto/vcad

5 comments

What strategy are you using for tolerances, compounding errors, and the nuances of floating point math?
Does this use a boundary representation for the geometry?
So I can ask an LLM to write rust code to generate CAD designs???
Does that handle NURBS? It says STEP import, but not export?