An exciting new announcement is the formation of the Open Gaming Collective, a collaborative organisation between many names in the Linux sphere.

  • HiddenLayer555 ( HiddenLayer555@lemmy.ml ) 
    link
    fedilink
    English
    arrow-up
    32
    ·
    8 months ago

    My dream Linux gaming setup would be a fully configured isolated container that can be run on any host OS. Games are the prime candidates for containerization because they’re all proprietary, and there’s absolutely no reason a game needs user level permissions or to interact with any other program on the system.

    Imagine if you could just pull the OGC container from a public registry on your distro of choice, run your game, and then just shut it down when you’re done.

    I suspect the biggest barrier would be sufficiently low overhead GPU access though.

    • evol ( evol@lemmy.today ) 
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      idk docker has so much weirdness edge cases you have to build for, that you can do but I feel like a game should be pretty easy to just statically compile and call it a day. but I guess steam already has their runtime that tries to do the same thing