Having fun building Wolf and GOW

  • 9 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle




  • Shameless plug: I’m the main developer of Games on Whales.

    I’ve built Wolf exactly because of those shortcomings of other solutions: it runs fully headless, spins up virtual Wayland desktops that matches the resolution/FPS that’s requested from the clients and everything runs in Docker so it doesn’t pollute your host OS (just your HDD).

    I’m currently working on a massive performance improvement in this PR if you’d like to try it, I’d suggest to pick that tag.







  • Is each “game entry” in moonlight a shared instance?

    Quite the opposite, at the moment each Moonlight client will have a completely isolated session and they can play different games. This obviously defeats co-op which is something that I’d like to work on by adding proper user management and a remote UI in the next release.

    How would I go about making a generic linux desktop from a given Linux distro?

    In our latest images we have default support for Sway, you could easily expand that base Dockeer image with all the apps you need or make a different image with the DE that you’d like to use. The project is very open ended and only a few base components are needed in order for any image to be streamed to a remote client.









  • It’s fairly simple actually, the basic idea is to create multiple desktops from a single host; fully HW accelerated and isolated from each other. So for example I could stream a game to my couch TV whilst someone else is playing a different game on the very same computer.

    Personally I use this on my homelab: the same machine that has got Jellyfin (and other containers) installed can share the GPU with Wolf so that I can both transcode with HW acceleration when needed and play a game or open up a remote desktop all from one single machine.