Hacker News new | ask | show | jobs
by baq 449 days ago
On the contrary I wouldn’t write Autodesk off anytime soon. I’ve recently gotten into the 3d printing hobby and Fusion is not miles ahead of oss offerings, it’s in a different galaxy and it has a very generous free tier for folks like me.

Most importantly I don’t see a cross section between oss developers and cad teams to drive the collaborative features. I don’t think the critical mass to get this going exists.

2 comments

> Most importantly I don’t see a cross section between oss developers and cad teams to drive the collaborative features. I don’t think the critical mass to get this going exists.

Replace CAD with 3D modelling and animation and that was my genuine opinion 15 years ago about Blender.

That being said, OSS projects can definitely go in the wrong direction but since history is preserved, at least someone else can come and fork before the codebase takes the wrong direction.

Open source CAD has improved a lot in the last few years. You can use FreeCAD for modelling simple parts today and it mostly works. That wasn’t the case a few years ago.

There was a time KiCAD was a buggy mess. And no doubt blender as well.

Blender is rock-solid and very smoothly usable, and as a beginner, I won't find anything missing or buggy. It would take a beginner years to get to the limitations, corner cases and broken things.

KiCAD is solid, very usable, but not totally smooth. The workflow is still far away from blender-like total integration and bliss. Where ten years ago you could find the occasional bug, a beginner won't find any nowadays.

FreeCAD only just last year started shipping releases that don't nullpointer after 2 minutes. Even a beginner with a trivial project will stumble over bugs, limitations, problems and design flaws.

There is a huge difference in quality, and KiCAD will get to Blender levels certainly. But FreeCAD will take forever, if the pace continues like that.

FreeCAD is built on top of Open Cascade and I think that’s what’s going to limit them. It was a fast way to get to v1, but there’s only so much that project can do to work around the limitations of the library they built on.