Metal Developer Tools on Windows Offer New Gaming Opportunities

Game developers are now able to more easily develop games for Apple devices using Windows machines, thanks to a new set of Metal developer tools released by Apple (via Reddit).

metal og

Apple quietly released a set of Metal Developer Tools for Windows 10 at WWDC this year, which enables Metal Shading Language (MSL) compilation on Windows into Metal Library Objects targeting Apple platforms. This means that game production teams may now use PCs to compile games developed on Windows for macOS and other Apple operating systems.

Many game development studios have established game or graphics asset production pipelines that use the Microsoft Windows infrastructure. One of the key final steps in the asset creation process is compiling the graphics and compute shaders for inclusion in the game.

Since Apple is transitioning the Mac to custom silicon, developers that bring their games to Metal will be able to run them on iOS, iPadOS, tvOS, and macOS. Apple's API automatically translates all inputs to whatever the available input method may be, such as touch, controller, or keyboard and mouse. Developers targeting the Apple platform can now develop for iPad, iPhone, Mac, and Apple TV simultaneously. This may make the Apple platform more attractive to game developers as they will have access to a far larger market share than on macOS or iOS alone.

Although it is not possible to develop games for Apple devices on Windows entirely, since a Mac is still needed to sign software and for testing, the availability of gaming-oriented Apple developer tools for Windows marks a significant step in gaming on Apple devices.

As Apple moves the Mac to custom silicon, where it will no longer support Boot Camp, it is interesting that Apple is releasing developer tools specifically for gaming with regards to Windows. Seeing that these new developer tools allow Windows games to be compiled into Metal for Apple platforms, rather than being completely rebuilt, it should now be easier for developers to port native PC games and AAA titles to the Mac.

Update: Max Tech also has a good video covering the topic:

Popular Stories

iPhone SE 4 Thumb 1

iPhone SE 4 With Apple's Own 5G Modem 'Confirmed' to Launch in March

Tuesday November 19, 2024 12:12 pm PST by
Barclays analyst Tom O'Malley and his colleagues recently traveled to Asia to meet with various electronics manufacturers and suppliers. In a research note this week, outlining key takeaways from the trip, the analysts said they have "confirmed" that a fourth-generation iPhone SE with an Apple-designed 5G modem is slated to launch towards the end of the first quarter next year. In line with previo...
airtag purple

AirTag 2 Rumored to Launch Next Year With These New Features

Sunday November 17, 2024 5:18 am PST by
Apple released the AirTag in April 2021, so it is now three over and a half years old. While the AirTag has not received any hardware updates since then, a new version of the item tracking accessory is rumored to be in development. Below, we recap rumors about a second-generation AirTag. Timing Apple is aiming to release a new AirTag in mid-2025, according to Bloomberg's Mark Gurman....
Magic Mouse Next to Keyboard

No, Apple CEO Tim Cook Didn't Say He Prefers Logitech's MX Master 3 Over the Magic Mouse

Sunday November 17, 2024 3:03 pm PST by
While the Logitech MX Master 3 is a terrific mouse for the Mac, reports claiming that Apple CEO Tim Cook prefers that mouse over the Magic Mouse are false. The Wall Street Journal last month published an interview with Cook, in which he said he uses every Apple product every day. Soon after, The Verge's Wes Davis attempted to replicate using every Apple product in a single day. During that...
Generic iOS 18 Feature Real Mock

Apple Releases iOS 18.1.1 and iPadOS 18.1.1 With Security Fixes

Tuesday November 19, 2024 10:10 am PST by
Apple today released iOS 18.1.1 and iPadOS 18.1.1, minor updates to the iOS 18 and iPadOS 18 operating systems that debuted earlier in September. iOS 18.1.1 and iPadOS 18.1.1 come three weeks after the launch of iOS 18.1. The new software can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update. Apple has also released iOS 17.7.2 for...
at t turbo indicator iphone 16 pro max v0 8hrh7w5f3w1e1

AT&T Turbo Indicator Showing Up in iPhone Status Bar for Subscribers

Wednesday November 20, 2024 3:42 am PST by
AT&T has begun displaying "Turbo" in the iPhone carrier label for customers subscribed to its premium network prioritization service, according to reports on Reddit. The new indicator seems to have started appearing after users updated to iOS 18.1.1, but that could be just coincidence. Image credit: Reddit user No_Highlight7476 The Turbo feature provides enhanced network performance through ...
iPhone 17 Slim Feature Single Camera 1 Redux

'iPhone 17 Air' Rumored to Surpass iPhone 6 as Thinnest iPhone Ever

Monday November 18, 2024 1:07 pm PST by
In a research note with Hong Kong-based investment bank Haitong today, obtained by MacRumors, Apple analyst Jeff Pu said he agrees with a recent rumor claiming that the so-called "iPhone 17 Air" will be around 6mm thick. "We agreed with the recent chatter of an 6mm thickness ultra-slim design of the iPhone 17 Slim model," he wrote. If that measurement proves to be accurate, there would be ...
bug security vulnerability issue fix larry

Make Sure to Update: iOS 18.1.1 and macOS Sequoia 15.1.1 Fix Actively Exploited Vulnerabilities

Tuesday November 19, 2024 10:52 am PST by
The iOS 18.1.1, iPadOS 18.1.1, and macOS Sequoia 15.1.1 updates that Apple released today address JavaScriptCore and WebKit vulnerabilities that Apple says have been actively exploited on some devices. With the JavaScriptCore vulnerability, processing maliciously crafted web content could lead to arbitrary code execution. The WebKit vulnerability had the same issue with maliciously crafted...

Top Rated Comments

mi7chy Avatar
57 months ago
Why not adopt industry standard Vulkan ('https://www.khronos.org/vulkan/') instead of making developers learn another API?
Score: 31 Votes (Like | Disagree)
robinp Avatar
57 months ago
Apple game console incoming? All that controller / keyboard support. Apple silicon with GPUs surely competing / surpassing the current generation consoles. Seems kind of inevitable that the Apple TV becomes a serious gaming platform.
Score: 24 Votes (Like | Disagree)
mingistech Avatar
57 months ago

Why not adopt industry standard Vulkan ('https://www.khronos.org/vulkan/') instead of making developers learn another API?
Metal provides a 10 times increase in draw calls compared to OpenGL ES 3,1 while Vulkan provides a 3.5 times increase in draw calls compared to OpenGL ES 3,1 ('http://www.androidauthority.com/opengl-vs-vulkan-performance-706408/').

Essentially Metal is faster.
Score: 16 Votes (Like | Disagree)
topdrawer Avatar
57 months ago

Why not adopt industry standard Vulkan ('https://www.khronos.org/vulkan/') instead of making developers learn another API?
why not adopt C# instead of swift? why move to sillicon? why be anything other than a PC? plus lazy game developers don't need to learn another anything. most use unity or unreal which spits out metal games automagically. most will never make or touch custom shaders
Score: 15 Votes (Like | Disagree)
Merode Avatar
57 months ago
If you've developed anything with low level graphics API, you'll know compiling shaders is just tiny piece of whole story. Without full Metal support for Windows or Linux these tools will be useless.
Score: 14 Votes (Like | Disagree)
Merode Avatar
57 months ago

Metal provides a 10 times increase in draw calls compared to OpenGL ES 3,1 while Vulkan provides a 3.5 times increase in draw calls compared to OpenGL ES 3,1 ('http://www.androidauthority.com/opengl-vs-vulkan-performance-706408/').

Essentially Metal is faster.
You know OpenGL is a standard and it is up to each developer/manufacturer to implement it? That's why a lot of games that have native macOS clients perform much worse on macOS than in Boot Camp. Sometimes Windows (Boot Camp) client is even up to twice as fast (FPS).

What I'm getting at - if Apple is comparing Metal to its own OpenGL implementation then of course it's going to be A LOT faster. You know why? Because Apple's implementation of OpenGL was lackluster since its conception. That's why this comparison is the way it is - Vulkan is compared to OpenGL on Android. It's not apples to apples comparison.

In essence Vulkan, Metal and DirectX 12 should perform equally as good because they function very similarly. Vulkan has richer feature set than Metal at the moment but Metal is catching up quickly. However in reality Metal performance leaves much to be desired. There's no way to compare those two APIs fairly because there's no Vulkan for macOS (MoltenVK is just a wrapper around Metal). However there are games with native clients on macOS that use Metal renderer (World of Warcraft, Starcraft 2) and in Boot Camp they still perform much better on DirectX (11 and 12).

I like Apple but let's be honest for a minute. Their graphics performance was lackluster for decades now and it's not going to change overnight. They no longer compare themselves to PCs like in 90's and early 00's. They compare their devices to previous generations of their devices.
Score: 12 Votes (Like | Disagree)