There are a few opensource games out there, but many aren’t in distro repos, or for windows, or released on itch.io requiring an account to download, etc. What could a open source game store for opensource games for all distros look like?

    • Shin@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      Static links would be a problem, like replicating the same lib/resources multiple times in a system, Reason why the dynamic links for bin are a thing?

      • Kairos@lemmy.today
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        The reason we do dynamic linking is because it saves RAM. The reason we sometimes don’t is because not everyone has the same glibc version.