this post was submitted on 04 Aug 2023
207 points (100.0% liked)
Free and Open Source Software
17911 readers
41 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Mechanical 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.
I have been experimenting with using Inkscape and OpenSCAD for 3d modeling, and it seems to work for what I do, but I know quite a few people prefer a more graphical interface than OpenSCAD.
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.