• lemmefixdat4u@lemmy.world
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    10 months ago

    Not really a game, but playing Minecraft has made me wish for real-world modeling software with a similar first person interface. Select from standard off-the-shelf components, use real-world tools, and craft stuff. Then test it out. I’ve got ideas in my head for all kinds of stuff, but going from there to an actual model is tedious with standard CAD and modeling software. Why can’t I (virtually) take an 8’ Douglas Fir 2x4, cut it with a saw, drill some holes in it - you get the idea. I could make something like a shed, then stress test it in a windstorm, pile 4 feet of snow on it, or drench it with rain. Or build a go-kart and see how it would perform. Tweak the design until it does what you want. Make the app user moldable and let the community go wild adding capabilities and virtual materials. Maybe it could eventually generate real parts lists, fabrication data for 3D printers and CNC machines, and assembly drawings.

    • Nashua@programming.dev
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      You’ve kinda answered your own question there. That’s what CAD is for. To create what you’re after, you’d be using the same backend capabilities which are already computationally expensive, mapped out within a game engine. The result would likely be an expensive bit of training/simulation software that’s redundant to both engineers and machinists, and out of the price range of any home builder.

      Accessibility is what you’re after, and I can sympathise. I think ANSYS Discovery was made with that in mind, and it’s available in the academic version.

      I generate models with code and use a pythonic API to automatically simulate them in testbed conditions. It wouldn’t be far off to create extra scenarios, but each time you make one it would take a bit of knowledge to put together.