this post was submitted on 02 Jul 2023
520 points (96.8% liked)

Technology

57472 readers
3802 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Interesting take on comparability vs performance. I gotta imaging capturing user data and sending to a cloud collector is also a big culprit.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 1 year ago (1 children)

Games are far from the worst examples of this. Largely games are still very high performance. Some lax policies on sizes are not the norm, most data is large because it’s just high detail.

The real losses are simple desktop apps being entire web engines.

[–] [email protected] 3 points 1 year ago (1 children)

Games are definitely not very well optimised. For one, most indie publishers are artists rather than software developers, which means that they do not have the technical expertise to properly program their applications, especially on the OpenGL/Vulkan/Direct3D side of things. Large video game corporations, in contrast, are indeed quite capable of reducing the hardware requirements and increasing the performance of their games, but they are often not willing, as became particularly evident recently with Jedi: Survivor, where a major public outcry was required for them to fix the game's performance problems, which they have done quite competently.

[–] [email protected] 3 points 1 year ago

Most indie 3D games are not programmed from scratch, working directly with Vulkan, OpenGL, etc. Instead, they’re using a licensed game engine like Unreal. A lot of AAA game houses didn’t like the game engine license fees eating into profit margins so they came up with their own engines that they maintain internally with varying levels of success.