“Apple has created a new Game Porting Toolkit that’s similar to the work Valve has done with Proton and the Steam Deck. It’s powered by source code from CrossOver, a Wine-based solution for running Windows games on macOS. Apple’s tool will instantly translate Windows games to run on macOS, allowing developers to launch an unmodified version of a Windows game on a Mac and see how well it runs before fully porting a game.”

The new software will allow Mac users* (see edit) to play ‘Windows games’ on their Apple silicon (M1/M2) devices. With development, this has the potential to bring gaming to Apple.

*EDIT: The Game Porting Toolkit is designed for developers to see how their game performs on Apple silicone to entice devs to create native ports. Thanks to commenters for pointing out this distinction. The CrossOver project on which it is built, I believe, is designed for end-users to run software on their Mac clients.

  • sub_o
    link
    fedilink
    English
    21 year ago

    why would developers spend time making a native port when this is free and It Just Works

    Sadly it’s not. IIRC:

    • the main part of this toolkit is to create an automated translation from DirectX 12, including the metal shader equivalents. However since the instructions / shades automatically generated, they are highly inefficient. Thus, they perform sub par (low framerate, buggy), and require developers to polish them, optimize them according to the machines. But large part of the job is done for them, at least for testing.

    • currently, in order to run those games, you need to download the exe file of the game, download dependencies, and run many commands manually from terminal, it’s not user friendly at all. Also, it requires user to buy the Windows version of the game in the first place, thus the need to download windows version of steam, etc, etc.

    • Queen Bee
      link
      fedilink
      English
      21 year ago

      Ahh thanks for the context. I guess something like this can never be that easy, especially with the custom silicon that apples running now