all 5 comments

sorted by: hot top controversial new old
[–] 6 points 2 months ago (4 children)

This is my Sway desktop. Nothing fancy, but it does what I need it to do, which is look like i3 on my non-Wayland machines 🙂

Sway desktop

  • source
  • hideshow 4 child comments
  • [–] 3 points 2 months ago (3 children)

    How is FreeCAD to use compared to SolidWorks?

  • source
  • parent
  • hideshow 3 child comments
  • [–] 8 points 2 months ago (2 children)

    I used SolidWorks professionally in 2008. FreeCAD in 2026 is nowhere near as good as SolidWorks was in 2008. But for what I use it for today, it's plenty good enough. And it has three things SolidWorks doesn't have:

    • It's free as in libre
    • It's free as in beer
    • It's not a fucking cloud app

    That makes putting up with FreeCAD's idiosyncrasies totally worth it to me.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 months ago (1 child)

    I really want something reliable for Linux. I only do mechanical stuff; I don't need all the complicated electronics and flow evaluation.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 5 points 2 months ago* (last edited 2 months ago)

    You can create fairly complex parts. Hell, I designed the 3D-printed glasses I wear and accessories in FreeCAD 🙂

    What it's really not terribly good at is assemblies. If you need assemblies and simulating moving several parts together seamlessly, look elsewhere.

    Another CAD solution you may want to look at is OpenSCAD: it's really nice if you like the programmer approach - i.e. you design the part by typing the parametric sequence to create it in a text file. It's great for parts that need to be configured with parameters. But it's all kinds of awful for anything curvy, and it doesn't do assemblies.

  • source
  • parent