• banazir@lemmy.ml
    ·
    edit-2
    10 months ago

    Well, yeah, but I think the issue is that the best way to develop for linux is to make a Windows binary. I don't like that. Developers actively sabotaging Wine/Proton compatibility is kind of malicious though.

    • frankfurt_schoolgirl [she/her]
      ·
      10 months ago

      As a big Linux fan, it makes me said that Wine needs to exist. But, maybe it's not such a bad thing. Linux is just a kernel, with no associated libraries for app developers. App devs don't want to manually write system calls, so it's always been the case thar they lick and choose which set of libraries to target for their Linux apps. A popular low level choice is the GNU standard C library, and a popular high level choice is the GTK/GDK/Gnome stack. But these aren't the only choices. I mean you can use the MUSL standard C library if you want. You can choose between OpenGL, Vulkan, and WGPU for graphics already.

      I see Wine and Proton as just being another set of standard apis to target. Maybe they don't have the best design, but is traditional Unix really the best design either? Now the Valve and company are supporting Wine, it's one of the Linux targets with the most actual developers. And of course it has a huge advantage over the glibc + Vulkan stuff: it retains binary compatibility forever.

      • banazir@lemmy.ml
        ·
        10 months ago

        Yes, Wine and Proton are great and they do actually solve a lot of issues with linux gaming. I don't exactly begrudge anyone for choosing to go that route because linux is complicated. But I do wish we'd talk more about native linux gaming and didn't always default to Proton. Valve has done wonders for gaming on linux, but I am not fan of Steam and their DRM policies.

        I really appreciate programs like Bottles these days. Back in 2006 or so I beat Deus Ex on Wine and setting it up was a hassle. Today I'm amazed it was even possible back then.

        • frankfurt_schoolgirl [she/her]
          ·
          10 months ago

          I totally agree. The real problem for Linux gaming tho is that games are almost always distributed as compuled binaries, but Linux is built around open source. It you had a model where you paid for the source code of a game, and then it got compiled for your machine right when you downloaded, Linux gaming would probably work great. You'd have better fps too. (I actually really like this idea, somebody like GOG should make a client that does this).

    • flashgnash@lemm.ee
      ·
      edit-2
      10 months ago

      I don't think the best way to develop for Linux is by making a windows binary, I think the best way for game developers to make a Linux version of a game they otherwise wouldn't is by making a windows binary compatible with proton

      Problem is very few developers actively choose to make a Linux game and windows games if done right run at native speeds on Linux anyway.

      I'm gonna be unpopular for saying this but it's the same thing as using HTML for desktop/mobile apps, sure it's not optimal performance wise but it's a hell of a lot better than often nothing at all because companies can't or won't justify development time to support smaller groups of people on smaller platforms

      If such a time comes that desktop Linux has a large enough market share for large companies to take seriously then I'm sure they'll start developing native versions of maybe even make Linux-first games but sadly we're nowhere near that point yet so best we can hope for is good cross compatibility tools