Bring your advanced games to Mac, iPad, and iPhone

The Game Porting Toolkit 2 makes it easier than ever to bring games to the unified gaming platform across Mac, iPad, and iPhone. Take advantage of improved compatibility, expanded guidance, and updated tools.

Download the Game Porting Toolkit 2

Includes: evaluation environment for Windows games, game porting example code, Metal shader converter, Metal-cpp, and Human Interface Guidelines.
You can also download Metal Developer Tools for Windows.

Get started easily

  • If you have a Windows binary, run it on the evaluation environment for Windows games to get a baseline estimate for performance, and verify that your shaders convert correctly. You can now take your game evaluation even further by using Metal tools such as Metal HUD, Metal GPU debugger, and Metal System Trace.
  • Review the Human Interface Guidelines to learn how to deliver an outstanding experience across Mac, iPhone, and iPad.
  • Use the game porting example code to learn how to map your game subsystems to Apple frameworks. Metal shader converter helps you bring your HLSL shaders to Metal. If you are experienced in C++, Metal-Cpp provides you a familiar interface to get started with the Metal framework.

Learn what you can do with the toolkit

Whether you’re making a new cross-platform game or porting an existing one, the Game Porting Toolkit 2 is the best way to bring your game to Apple devices.

Evaluate your Windows executable on Apple silicon

To find out how your game performs on Apple silicon or if your graphics are portable, evaluate your unmodified Windows executable on Apple silicon using the evaluation environment for Windows games. You can test your game, understand its performance, and validate your shaders.

The latest version supports:

  • An even larger set of game technologies.
  • Improved graphics and compute compatibility.
  • Ray tracing.
  • The AVX2 instruction set.
  • Increased performance.

You can even start debugging and profiling your game while in evaluation using Metal tools, such as Metal HUD, Metal GPU capture, and Metal System Trace.

And there are even more ways to get started with this evaluation environment by using community projects (like Whisky and Homebrew) and products (like CrossOver from CodeWeavers). To learn more, watch Port advanced games to Apple platforms.

Design your game for Apple devices

Players expect your game to feel right at home on their devices. An expanded set of Human Interface Guidelines focuses on designing for games to help you delight your players and keep them coming back for more. Get details on key topics, from how to best support fullscreen gaming content to designing great on-screen virtual controls gamers will love.

Learn from game porting code examples

These examples are based on our learnings from working with developers that simultaneously shipped their high-end games on Mac, iPad, and iPhone. You’ll learn essential steps, like how to convert your Windows display, input, and audio APIs and how to build your shaders once and deploy everywhere.

Build and run on Mac, then iPad and iPhone

Now it’s even easier to deploy from Mac to iPad and iPhone, and the game porting code examples guide you through targeting and building your game for these devices.

Convert shader code to Metal

As you port your game assets, save time by using the Metal shader converter to convert DirectX Intermediate Language (DXIL) into a Metal library that’s ready to use on Mac with Apple silicon, iPad, and iPhone. The latest version of the tool supports new Metal features, such as globally coherent memory access. With new support for debug information, you can now use Metal tools in Xcode 16 to debug, profile, and validate your converted shaders.

Use C++ with Metal

Leverage your rendering team’s expertise in C++ when adopting Metal. Metal-cpp lets you access the full Metal API from C++ with no measurable overhead compared to calling Metal Objective-C headers.

Use your existing build infrastructure

If you have Windows asset creation pipelines, Metal Developer Tools for Windows let you use your existing infrastructure to build assets for Apple devices. Use the Metal compiler and offline binary generator to compile and tailor graphics and compute shaders for Apple GPUs, and the Metal texture converter to convert textures to formats that Metal supports.