this post was submitted on 27 Nov 2023
308 points (97.8% liked)

Asklemmy

43810 readers
1 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lemmefixdat4u@lemmy.world 11 points 2 years ago (1 children)

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 4 points 2 years 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.