A full-featured 2D + 3D CAD application built in Rust with GPU-accelerated rendering. Native DWG & DXF read and write, paper space, ACIS solids, dimensions, layouts. An open source community project by Hakan Seven, recognized and promoted by the OpenAEC Foundation.

  • Skyrocket0006@feddit.nl
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Does it matter if its made by AI if it works well? I see they got some other fun apps too that might be useful and where no human made alternative for exists

  • lime!@feddit.nu
    link
    fedilink
    arrow-up
    41
    ·
    edit-2
    4 days ago

    oh also the openaec foundation endorsement means literally nothing, they didn’t exist three months ago, their website is all vibecoded, and they linkjacked the name of an existing organisation with the same name incorporated in japan.

      • Helix 🧬@feddit.org
        link
        fedilink
        English
        arrow-up
        17
        ·
        4 days ago

        been looking for CAD software on Linux for ages

        FreeCAD has become pretty good lately. If you have tested it before v1.1 (March 2026) you should certainly give it a go again.

        If you’re fine with programming your CAD instead of visually composing it, OpenSCAD is fine as well.

        • mvirts@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          I do like openscad but I must be using it wrong because it slows to a crawl when trying to array my models

          • Helix 🧬@feddit.org
            link
            fedilink
            English
            arrow-up
            3
            ·
            3 days ago

            Maybe you can reduce the $fn parameter while you arrange your models and increase it once you’re done? That’s the most common thing I encountered.

            There are some config flags you can set which might improve render times, maybe play around a little.

            All in all it will take a long time to create meshes because most of the compute is done on CPU. For me it’s very fast once it’s done rendering, so I try not to render too often.

      • Cris_Citrus (he/him <3)@piefed.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        If the latest builds aren’t able to meet your needs I’ve been thinking about trying blender+ a parametric cad plugin. There are some limitations, but it might be able to do what I need without having a painful to learn UX

        But people have been telling me freecads latest releases (maybe the nightlies?) Have gotten much better so I’ll probably give it another shot

        • mvirts@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          Solvespace has been working for me, but I don’t do complicated cad. I recommend getting familiar with solvespace if you want to try the cadsketcher blender plugin since it is basically solvespace glued into blender.

          • eta@feddit.org
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days ago

            I love the simplicity of SolveSpace but I wish they’d have a loft or sweep feature and it would support free form modelling in some way. Then it would be perfect for me.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    On an unrelated note, if someone tries to rugpull a foss license, but Claude is listed as a committer, can the license be changed? I thought licensing ai code was basically a no-go since copyright has been scrapped for ai output??? I’m sure that won’t last.

    • Captain Beyond@linkage.ds8.zone
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 day ago

      As far as I know the ruling specifically applies to cases where there there is no human involvement whatsoever, since copyright can only be granted to human authored works. If something has an element of human involvement it may be copyrightable even if generative tools were used in its creation.

      It’s not some sort of “anti-copyleft” deal where a single generated commit somehow nullifies the copyright of the human-authored parts. It’s kind of a trend among slop-detractors to act like this is the case (that a single piece of generated text somehow turns the entire project into slop) but there’s no legal basis for that I think.