Remix.run Logo
Mac gaming is finally getting the overpowered upgrade it deserves(macworld.com)
43 points by kristianp 3 hours ago | 45 comments
SXX 12 minutes ago | parent | next [-]

Apple could easily make gaming on Mac feasible by contributing to Proton, Wine, DXVK and officially supporting Vulkan at least through translation layer.

Or just partner with Valve to do exactly this for their platform.

Instead they choose to build another proprietary solution nobody gonna use and that will die as soon as they lose interest.

zer0zzz 9 minutes ago | parent [-]

I agree with you on wine, and I wouldn’t be surprised if they are doing this quietly (landing patches to make Wine better on Mac), but for the purposes of making directx shaders perform better I fail to see why it matters if they support dx to metal conversion or if they support vulkan (for the goals of making games run better for their customers)?

cousin_it an hour ago | parent | prev | next [-]

Oh, who gives a damn. Half the games in my Steam library don't work since Apple killed 32bit. When they fix it, I'll know they care about Mac gaming.

zer0zzz 22 minutes ago | parent [-]

Most of those are gonna work using Rosetta, crossover, and the game porting toolkit.

You really don’t need Apple to support 32Bit x86 macOS games when it’s not much more overhead to run windows x86 games (which is easily the better library to spend time Optimizing for).

keyle an hour ago | parent | prev | next [-]

This, once again, misses the elephant in the room.

The fact is simple, there isn't enough of a Mac gaming market for the game developers to go through the effort.

The hardware has been good enough for a while now.

I'm not saying this will never change but the developers that shipped games on PC and Mac report something along the lines of 6-11% of users use a Mac. That isn't worth the effort unless you have a very strong IP and you've already targeted the switch2, the PS5 and XBox.

SXX 7 minutes ago | parent | next [-]

Easy fix. Apple can just stop breaking compatibility and partner with Valve to port Proton support to Mac.

But they wont do it because they want to push their own walled garden. And obviously no one will support it because macOS market share is smaller than Linux market share.

numpad0 34 minutes ago | parent | prev | next [-]

That's not the elephant in the room. The elephant in the room for gaming on Mac is Apple's policy non-commitment to traditional gaming. Technical support for non-gambling gaming is just a checkbox item to them for mandatory 45-second segments in product launches. That transcends into their customers and develop into various gaming and Mac related chicken and egg problems.

fortedoesnthack 40 minutes ago | parent | prev | next [-]

Personally I would gladly switch to mac as my actual personal PC if games ran well on it.

ido 34 minutes ago | parent | prev | next [-]

    That isn't worth the effort 
Maybe I'm too unambitious as a small indie, but "porting" my game to mac merely requires building that target (I use unity & have both mac and windows automated building scripts - I press a button and it builds and uploads both to steam). There's nowhere in my codebase where I had to specifically adapt to one or the other.
matthewmacleod an hour ago | parent | prev | next [-]

Isn’t the point that significantly reducing the effort required changes the “is it worth it” equation?

Nursie an hour ago | parent | prev [-]

I don't get this attitude.

It'll never be enough until it is. Making porting lower-effort and higher performance can only help.

AnthonyMouse 43 minutes ago | parent [-]

Apple is getting kind of a PR problem with developers. In theory they don't do all the same things on Mac as they do on iOS, but as long as they continue to do them on iOS and keep feature creeping the gatekeeper stuff, people are hesitant to end up stuck with Apple taking 30% of their revenue or denying their app for opaque reasons after they've spent big money to develop it.

At which point who is going to spend development resources helping the platform of the company they're most afraid of screwing them if it becomes more popular? Half the reason more game developers are targeting Linux is a hedge against Microsoft doing that sort of thing, and Apple is on the opposite side of where they want to move.

puelocesar 31 minutes ago | parent [-]

That really doesn’t make any sense. Do you really think Apple will ban steam on macOS overnight?

tick_tock_tick 17 minutes ago | parent | next [-]

Nah there will be a new model and a new OS version on it that will only lets you use the App Store (30% tax of course). People here will complain and a fuck ton of people will dick ride Apple with bullshit about how they shouldn't buy that new laptop and they should feel privileged for Apple allowing any money to go to the person actually providing you value.

AnthonyMouse 27 minutes ago | parent | prev [-]

That's not how you boil a frog.

If it gets popular enough then they start trying to get games to use their app store instead of Steam, gradually make it easier to use that and harder to use anything else, then the gate closes only after the herd is where they want it.

Better, then, if it never gets popular enough to begin with.

jimz 15 minutes ago | parent | prev | next [-]

What's all the fuss about? I've been gaming on my Mac just fine. https://files.catbox.moe/dfcfha.png

altairprime an hour ago | parent | prev | next [-]

The corresponding WWDC video for toolkit v4 is at https://developer.apple.com/videos/play/wwdc2026/357

nicce 15 minutes ago | parent | prev | next [-]

How it is getting priority if they deprecated Rosetta? Or am I understanding it wrongly?

zer0zzz 13 minutes ago | parent [-]

They claim enough of Rosetta will continue to exist for games and things like wine to work. I suspect the main thing they want to kill off are all the x86 slices in the mach-o fat binaries for all of the frameworks.

bakoo 2 hours ago | parent | prev | next [-]

The high pixel response time on macbook displays means you'll want an external monitor for multiplayer shooters etc., which most gamers are already fine with, but annoying if you want to game while travelling.

JSR_FDED 2 hours ago | parent [-]

Not a “Gamer” so I’m always surprised small things like this make a difference.

As a rule of thumb, what is a minimum frame rate a game needs? From there how much does each extra fps make a difference, and at what point do you hit diminishing returns?

WaxProlix 2 hours ago | parent | next [-]

Pixel response time is a related concept to framerate but more about how long it takes a pixel to change from one color to the next. Usually measured in cycle time from grey to grey again, a low rate just means that images will be smooshy looking, have unclear boundaries, and end up with a 'motion blur' effect. So even if your mbp supports a reasonable sounding 120hz (8.33ms for a full frame sweep), some of those pixels will still be in transition when the next frame hits. At least, my take on it as a somewhat casual gamer.

shoo 2 hours ago | parent | prev [-]

It depends wildly on the type of game.

e.g. if you're playing a single player turn-based strategy game, you might be taking a few seconds between each decision & UI interaction. Some hard turns you might step away from the computer to think things through for minutes without touching the controls. 30fps for a game like that could be fine. 15-20fps might even be fine, especially if the game engine manages to avoid adding unnecessary input latency & is able to process input events at a faster rate even if the render runs at a low framerate.

If you're playing competitive FPS games, where reflexes matter, you'd want to get input, network & video latency as low as possible, within reason. Not high-frequency trading low. I have no idea at what point it stops making a competitive difference. If you have +100ms more latency than I do, I suspect that'd give me a noticeable advantage. If you have +10ms more latency than I do, I'm not sure that matters.

Dan Luu wrote an article about input latency [1] in 2017 where he measured latency by running experiments pressing a key & measuring how long it takes to see a response on the screen. New computers from 2017 would have around 70ms-170ms latency, depending on the model.

[1] https://danluu.com/input-lag/

thot_experiment an hour ago | parent | next [-]

I very much don't trust that article as a baseline. YMMV but I measured with a 240hz camera with a mid-high tier computer and a 144hz monitor in 2018 and a nice computer w/ 165hz in 2025 and I never got the huge latencies he experienced, I had click to photon of something like 10 frames max, so 42ms, with the average IIRC being closer to 5 frames.

try-working an hour ago | parent | prev [-]

input lag is a minor part of it. it depends on the game, but for example in CS2, refresh rate changes game mechanics like recoil, movement, even trajectories of thrown grenades.

i went from 60hz to 240hz, with <100fps average, and the difference was still immense. refresh rate is more important than fps, that's how big it is.

t-3 2 hours ago | parent | prev | next [-]

Isn't the translation layer going away soon though?

mcraiha an hour ago | parent | next [-]

Rosetta will go away. Game support won't. "Starting with computers using macOS 28, Rosetta functionality will be available only for certain older, unmaintained games that rely on Intel-based frameworks." https://support.apple.com/en-us/102527

krackers an hour ago | parent [-]

Do they plan to have a whitelist of games? I guess they could remove rosetta support for most Cocoa frameworks while keeping OpenGL translation layer.

klipklop an hour ago | parent | prev [-]

I would assume people would switch to using FEX which is tuned for game performance for the x86 emulation bit.

m463 2 hours ago | parent | prev | next [-]

Do macs really have GPUs though? Or are they like intel integrated graphics?

numpad0 28 minutes ago | parent | next [-]

People say they think it's faster than top of the line RTX 3070[1] and hands down the fastest GPU ever for local LLM purposes, and OTOH they're like Intel integrated graphics with RAM shared VRAM for ultra thin laptops, so the truth is either of that, or somewhere between those two. Probably wherever its TDP suggests.

1: (Laptop)

wtallis an hour ago | parent | prev | next [-]

You might want to not only re-evaluate what you consider a real GPU, but also take a look at what the latest Intel integrated graphics is capable of (Panther Lake laptop chips with 12-core GPU chiplet fabbed by TSMC). Intel is still way behind NVIDIA and AMD in the discrete graphics card market, and their drivers don't have the decades of accumulated hacks to work around badly-written games, but their good iGPUs aren't a nightmare of incompatibility and missing features like they were 15 years ago.

SXX 16 minutes ago | parent | prev | next [-]

Apple integrated graphics is quite good. Software is the problem.

zer0zzz 18 minutes ago | parent | prev | next [-]

This is not the greatest question because it makes it seem that you think unified gpu+cpu socs are all like intel graphics.

lalaithion 2 hours ago | parent | prev | next [-]

Yes they have GPUs.

weikju 2 hours ago | parent | prev [-]

An on-board GPU is not a GPU?

Y-bar 29 minutes ago | parent [-]

It’s only a GPU if it’s made in the RTX region of Silicon Valley, otherwise it’s just sparkling floating point calculations.

reedf1 an hour ago | parent | prev | next [-]

It is, and has been for a long time, a concious choice for apple to avoid gaming.

bigyabai 2 hours ago | parent | prev | next [-]

The original GPTK was mostly comprised of forked code. This bump likely includes a lot of the upstream optimizations that other ARM gamers have been using for a while now.

bparsons 2 hours ago | parent | prev | next [-]

The example they give is a frame rate boost on GTA V - a game released 16 years ago.

fragmede 2 hours ago | parent | next [-]

It's not the author's fault that GTA VI hasn't come out yet.

Nursie an hour ago | parent | prev [-]

Yeah, but at 176 FPS, at first glance it seems competitive with the abilities of some fairly recent dGPUs from nvidia/AMD, though obviously we don't have benchmark-level details here.

I think this is an article allowing quiet optimism rather than all-out celebration.

Jyaif an hour ago | parent | prev [-]

I don't think the Game Porting Toolkit is useful these days: LLMs one-shot ports from one graphics API to another.

Just like programming languages, graphical API choice is irrelevant now.

seabrookmx an hour ago | parent | next [-]

You're going to need a source for an LLM one-shotting a port of a AAA title from one graphics API to another...

zer0zzz 15 minutes ago | parent | prev [-]

The game porting toolkit allows windows DX shaders to get runtime translated to high performance metal shaders.

It provides a path for Rosetta and Wine to handle what they are good at while letting Apple handle the shader lowering in many cases better then dxvk -> moltenvk -> metal (or whatever the new state of the art thing is, I forget the name).

It’s not JUST for helping with manual porting of the cpu side code.