4dpuzzle@beehaw.orgtoFree and Open Source Software@beehaw.org•What non-FOSS software are you using that you wish you could replace?
1·
1 year agoMechanical CAD. Something like SolidWorks or Fusion 360.
FreeCAD just isn’t there yet. They’re still struggling with the topological naming problem. However, Blender was like this in the field of 3D animations. Now it’s the standard. That gives me hope for FreeCAD. Anyway, MCAD is very important. I’m learning modern C++ and the FreeCAD code base in order to contribute.
I also wish there was a better CAD kernel than OpenCASCADE.
OpenSCAD is a good take on CAD. My primary workflow is also based on plaintext (text configs, code, org-mode, latex, etc) and keyboard (no mouse). It’s easy to manage and back it up with version control tools like git. However, there are a few fields that I feel are inherently visual and need a very interactive tool. CAD is one of them. Others are 3D animation and art.