Hacker News new | ask | show | jobs
by wyldberry 251 days ago
Attainable isn't about benchmarks and performance, it's ecosystem such as supported kernel hooks for AAA games to invest the time in maintaining their anti-cheats and other parts of the game-as-a-service platform.

It's also about the market accessibility and penetration. When the base level MBA at it's lowest RAM settings is reliably running AAA games is when you might see more interest in the platform from those studios because much like the iOS market, people running Mac tend to be more readily monetized, especially through things like in-game cosmetics.

1 comments

The cheapest base M4 Mac Mini has 16 Gigs of RAM and plays AAA games written for Mac today.

The performance boost is needed when you are running Windows games under emulation.

Emulation overhead is also an issue for Proton on Linux or Windows on ARM.

> Emulation overhead is also an issue for Proton on Linux

Nope because Proton is based on WINE, which stands for Wine Is Not An Emulator. Windows executables on Linux are running natively at full speed like any other Linux program.

Wine implements the Windows ABI and is just here to answer the system calls those executables are making.

In fact, most Windows games are running faster under Linux.

I remember running warcraft 3 under Wine in a Lan party.

At one point, during a Dota match, every single Windows machine crashed. And my Linux machine was the only one left in the server.

So not only does it run faster but it's more stable too.

Back in 2005 or so I was playing WoW under Wine, and surprisingly it was faster on my crappy PC at that time, because it used less RAM!
Sorry, but DirectX games don't work on top of the Vulkan graphics API used by Linux without an emulation layer provided by the Proton fork of Wine.

Wine may not be an emulator, but Proton includes a completely necessary translation layer if you intend to play DirectX games on Linux.

On Mac, Apple provides an open source emulation layer, D3DMetal, to translate from DirectX to Metal which is used by Wine.

DXVK, VKD3D, D3DMetal, etc. are translation layers. You're implying they're far more heavyweight than they actually are. The real reason Windows games don't run as well on Macs is that they're usually built for x86_64 instead of ARM.

As someone who has used both Windows and Linux to game on the same x86_64 device, the performance hit with Proton is pretty much negligible (and sometimes games actually run faster on Linux).

> DXVK, VKD3D, D3DMetal, etc. are translation layers.

Rosetta is a translation layer that only operates the first time you run a given x86 app on Mac, and creates an ARM translation that is written to disk and used in the future.

Does that mean it has no overhead?

There is more substantial overhead translating to a different instruction set than in converting API calls to another API. Looking at basic benchmarks should be enough to demonstrate this. IIRC it's like 80% of the performance or something when using Rosetta as compared to native.

Also, Rosetta is more like a transpiler, since it basically recompiles the binary, whereas the others are literally layers that basically take calls in one API and translate them to another. They're pretty much the same thing as ANGLE.

That's not emulation, it compiles shaders to vulkan. DXVK commonly has a slight performance advantage over DX12 on Windows for some hardware.
> That's not emulation, it compiles shaders to vulkan.

D3DMetal compiles shades into Metal.

So it doesn't introduce overhead?

Not very much at runtime. The main problem with metal is that it's not really compatible with DX12 or vulkan. DX12 and Vulkan are very similar, metal is not. I'm sure the conversion isn't as 1-1 and you lose some performance by doing stuff esoterically.
You have no idea what you're talking about and it's honestly kinda precious.
>The cheapest base M4 Mac Mini has 16 Gigs of RAM and plays AAA games written for Mac today.

The frame rates are quite low on the base M4. Cyberpunk 2077 test: https://www.youtube.com/watch?v=gID9S2hwJpU

I think you need an M4 Pro or a Max for a good gaming experience with AAA games.