• @itsmect@monero.town
      link
      fedilink
      409 months ago

      For electrical engineering there is KiCad, which is pretty good overall. Only reason I’m still using proprietary software is because I’d have to recreate my libraries and it will be a huge pita.

      For mechanical design there is FreeCad, which is usable for simple geometries, but if you come from a proprietary CAD software you may find it lacking.

      • @Aux@lemmy.world
        link
        fedilink
        239 months ago

        I got into the 3D printing hobby a few months ago and FreeCAD is pretty much useless. I can be more productive by writing JavaScript code with Three.js library, lol.

        • Domi
          link
          fedilink
          79 months ago

          For 3D printing, did you try OpenSCAD? If you’re already a programmer it’s much easier to get into than it is to get into any classic CAD software.

          • @remotelove@lemmy.world
            link
            fedilink
            39 months ago

            OpenSCAD has its uses, but would hardly classify it as full CAD software. Prusa, I believe, used OpenSCAD for a while but they even moved to Fusion360. FreeCAD would be great if the devs would stop trying to reinvent the wheel in their UI. There is a ton of potential, but it simply isn’t where it needs to be yet.

            Fusion360 or SolidWorks are very well established in that space and their shitty license models reflect that.

            Still, as a free alternative, FreeCAD is where it’s at. You just really need to understand if it will suit all of your needs and for me, it doesn’t.

        • Terrasque
          link
          fedilink
          39 months ago

          I’ve made some great and somewhat complex designs using freecad, it’s certainly capable.

          I eventually switched to fusion 360 because of the UI and it’s more easy to find help. And less need to find help

          • @Aux@lemmy.world
            link
            fedilink
            29 months ago

            Yep, that’s my experience as well. It works, but man… You’re just wasting time fighting the app instead of designing your models.

          • @Aux@lemmy.world
            link
            fedilink
            29 months ago

            Not really. Blender is NOT a CAD. It doesn’t ensure that your bodies are solid, it doesn’t provide any analysis tools, it doesn’t support working with blueprints/sketches, it’s not parametric, etc. Basically, it doesn’t do anything CAD at all.

          • @Hadriscus@lemm.ee
            link
            fedilink
            19 months ago

            Yeah, it’s a great tool for the job. Not as good as Zbrush, but I used it for print prep several times and it just has all the tools you might need.

    • @ArmainAP
      link
      99 months ago

      I wonder, what makes a good CAD system?

      I had this idea for a while to build a Frankenstein monster of a 3D software that uses real time graphics and has a multi step build process covering CAD, wireframe manipulation and voxel workflows. If I ever actually make it, your concerns will be heard despite being probably not the best softwsre to do your work in :)

      • @Aux@lemmy.world
        link
        fedilink
        269 months ago

        CAD system must be reliable. It is simply unacceptable to have math issues which cause unpredictable geometries.

        CAD system should have a good UI. This is a big issue for open source software in general as UI and UX is usually an afterthought.

        CAD system should be fast and use hardware acceleration. Running single threaded python scripts on CPU to do complex computations kills the productivity. Designing real life objects is already a mentally taxing task, the whole purpose of CAD is to remove the computational bottleneck of a human.

        CAD should be object aware. If I draw two gears and put them next to each other, I should be able to rotate one and see the other moving accordingly.

        This is a bare minimum, I’m not even talking about computational modelling, stress testing, etc.

      • @EddoWagt@feddit.nl
        link
        fedilink
        109 months ago

        Proper math and an intuitive interface, the opensource alternatives really struggle with some basic functions

      • @stealth_cookies@lemmy.ca
        link
        fedilink
        19 months ago

        That is a question too hard to answer in a comment and one that depends on the use case of the software. Few users need the power and features of CATIA or NX, but those who need it can’t accept anything lesser. SolidWorks is a good spot in terms of flexibility and features if it could be easier for the average person to use. You need proper accurate parametric modeling (e.g. a NURBS kernel) for solid models and surfacing. Hearing things like wireframe and voxel indicates it isn’t suitable to me.