this post was submitted on 16 Dec 2024
337 points (98.0% liked)

Games

32960 readers
1594 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago (1 children)

web Devs aren't ignorant to optimizing but the kind of interfaces used in web are very different to that of desktop. Cross platform technologies can work, but anything built on top of web engines is going to be a little dogshit on native platforms.

Web tech was designed around the asynchronous and comparatively slow nature of the network. Now, those same layout and rendering engines are being shoehorned into an environment where the "server" is your local disk so it's suddenly doing a bunch of work that was intended to be done iteratively.

Same goes the other way of course. Software designed for "native first" experiences like Flutter aren't as popular in web dev because they work on that same, but reversed, assumption of a local disk being your source.

It would be like wondering why physical game disks aren't popular on PC - it's a fundamentally different technology for fundamentally different expectations and needs.

[–] [email protected] 1 points 1 week ago

but anything built on top of web engines is going to be a little dogshit on native platforms.

Hard disagree on "little".

Software designed for "native first" experiences like Flutter aren't as popular in web dev because they work on that same, but reversed, assumption of a local disk being your source.

Popularity should not be dictated by what web devs prefer. As long as they build for desktop, I won't pardon excessive resource usage. And I'm not talking about Flutter. Better performance oriented frameworks exist, see sciter.