• @[email protected]
    link
    fedilink
    151 year ago

    Ok, hear me out. Linux is not an easy platform to develop for because it’s in constant flux where systems and libraries come, change and go constantly. Linux itself is a somewhat slippery concept (if we expand from the kernel) where “works on linux” can really mean it’s been tested on one particular distro. Debian stable and rolling releases are not the same. Unless I am completely mistaken, I can see why major developers are hesitant to support linux, whatever it even is. Is Android linux?

    Now, I’m all for this message. Given how OSs have been developing, I advocate for linux adoption and wish people would “vote with their wallet”. Otherwise things just will not change. Well, not for better, if recent history is anything to go by. I just feel that this problem has more prongs than we like to admit, being linux enthusiasts.

    Please correct me if I’m wrong.

    • @[email protected]
      link
      fedilink
      191 year ago

      Not really the case anymore because of proton, game devs develop for Windows and proton and then it’ll run on anything that can run proton, Linux, android, Mac or otherwise in the future

      From what I hear thanks to proton it’s incredibly easy to develop for Linux, as long as you don’t use one of the anticheats that doesn’t support it or intentionally prevent it from running in proton you’re fine

      • @[email protected]
        link
        fedilink
        9
        edit-2
        1 year 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.

        • @[email protected]
          link
          fedilink
          7
          edit-2
          1 year 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

        • @[email protected]
          link
          fedilink
          -3
          edit-2
          1 year ago

          I think the issue is that the best way to develop for linux is to make a Windows binary

          If it works, it works. Stop those bureaucratic inquisitions like “Stack Overflow says it’s not best practice” “Code review is not optional” “It’s gonna crash production” yada yada

    • @Voyajer
      link
      91 year ago

      Linux game devs should be targeting the Steam Linux Runtime which provides a stable environment.

    • @[email protected]
      link
      fedilink
      6
      edit-2
      1 year ago

      You could bundle your specific versions of libraries. And link it statically. Like most games do anyways.

        • @[email protected]
          link
          fedilink
          2
          edit-2
          1 year ago

          I’d think so, too. But afaik windows people don’t do so much dynamic linking anyways. Most of the times it’s Linux executables that are few megabytes in size and most windows executables are at least tens of megabytes because people prefer statically link things in that world.

          Nobody stops you doing the same thing with linux executables.

      • @uis
        link
        11 year ago

        But why? What libraries are causing problems? Zlib? SDL? Actually SDL better kept dynamically linked because SDL sometimes adds support for new interfaces(wayland, egl).

    • @uis
      link
      21 year ago

      it’s in constant flux where systems and libraries come, change and go constantly.

      Same applies to every non-deprecated OS.

    • Corroded
      link
      fedilink
      English
      21 year ago

      I had some issues running the native version of Prey 2006 because of that