Discussion
@beeb @michalfita fornjot? (red flags for kittycad: twitter presence; prominent MCP nonsense)
Either way there's lots of search results on crates.io for parametric CAD or CSG; I don't think this eliminates a FreeCAD evolution.
@michalfita I'm not too worried about that - not saying your concerns are totally unwarranted (I do have a laundry list of complaints about cargo and its limitations), but if the Linux kernel can do it, so can other cross-platform, large, complex projects. The cxx crate is pretty capable :)
@dngrs 🤣 Rust for Linux is like completely different language, definitely it's not compatible with the rest of the ecosystem.
`cxx` is capable, but it's moving target, not standardised approach. It's still costly to build safe interface between C++ and Rust.