It’s amazing what a difference a little bit of time can make: Two years after kicking off what looked to be a long-shot campaign to push back on the practice of shutting down server-dependent videogames once they’re no longer profitable, Stop Killing Games founder Ross Scott and organizer Moritz Katzner appeared in front of the European Parliament to present their case—and it seemed to go very well.

Official Stream: https://multimedia.europarl.europa.eu/en/webstreaming/committee-on-internal-market-and-consumer-protection-ordinary-meeting-committee-on-legal-affairs-com_20260416-1100-COMMITTEE-IMCO-JURI-PETI

Digital Fairness Act: https://ec.europa.eu/info/law/better-regulation/have-your-say/initiatives/14622-Digital-Fairness-Act/F33096034_en

    • AcornTickler@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      81
      ·
      6 days ago

      DXVK was the last (IMO) major key in enabling proper Linux gaming.

      Here’s a short interview with the creator of DXVK.

      Prior to this Wine was able to run some simple Windows applications, but games (which heavily rely on GPU acceleration) lagged quite a bit behind since DirectX is a Windows exclusive graphics API. Instead, on Linux we have Vulkan which is similarly feature rich, but an open standard. DXVK translates DirectX API calls to Vulkan, which GPUs on Linux can understand, similar to how Wine translates Windows syscalls to the Linux alternatives. Even though Wine existed for a long time, DXVK’s development started quite a bit later.

      • corodius@lemmy.world
        link
        fedilink
        English
        arrow-up
        32
        ·
        6 days ago

        To be absolutely clear, wine could run many games just fine, I was playing WOW, Starcraft 2, and many others perfectly. However, Directx 11 was new, and wine had a harder time with itml. DXVK Was created specificially to run DX11 Games in WINE, and is amazing, but it wasn’t just “some simple applications” at the time

    • gnufuu@infosec.pub
      link
      fedilink
      English
      arrow-up
      32
      ·
      6 days ago

      According to this source the guy is called Philip Rebohle and he wrote a translation layer called DXVK that lets you run DirectX stuff on Vulkan.

      • chiliedogg@lemmy.world
        link
        fedilink
        English
        arrow-up
        7
        ·
        6 days ago

        Wine makes Windows applications work in Linux. Wine solved a lot of issues with translation, but most Windows games use DirectX for their graphics, which is proprietary to Windows.

        DXVK translates DirectX to Vulcan (Open Source graphics API used in Linux), allowing GPUs on Linux to run DirectX games.