Remix.run Logo
jsheard 11 hours ago

Pretty unlikely as long as Apple refuses to support Vulkan. Even if they did, the whole Proton project is about Valve controlling their own destiny rather than being chained to someone else's platform, and Apple is just another Microsoft in that regard.

GeekyBear 11 hours ago | parent | next [-]

> Pretty unlikely as long as Apple refuses to support Vulkan.

You would only translate into Vulcan when running on an OS that uses Vulcan as the native graphics API.

On a Mac, Wine translates directly into Metal.

jsheard 10 hours ago | parent [-]

Valve could implement a separate Metal backend for Proton, what I'm saying is they probably wouldn't want to spend their resources on that.

derefr 9 hours ago | parent | next [-]

Couldn't Apple spend their resources on that? Proton is open-source, and Apple's the one with the incentive to have more "prestige" AAA game devs to parade around during keynotes.

thefz 2 minutes ago | parent | next [-]

Nope because they could not gouge developes with pricy tools, steep registration fees and cutthroat slice of their sales on Apple's app market.

jsheard 9 hours ago | parent | prev | next [-]

Apple could but they're not interested in non-native games, they want native ports or nothing. As I discussed a few posts over, Apple went to the trouble of developing a DirectX compatibility layer, but then told game developers they're not allowed to use it for anything besides evaluating whether their game would run well enough on Mac hardware. If they go ahead with a port then Apple still expects them to do it all the hard way.

It's textbook "perfect is the enemy of good" because yeah, compatibility layers have overhead, native is better, but if you insist on native everything but can't get devs on board then you just end up with no games.

happymellon 20 minutes ago | parent | next [-]

> compatibility layers have overhead

Also, how could Apple kill the old software that is better than the new, if it doesn't control the emulation? This way they don't have to even have 10% of the features to force you to buy again.

cough /final cut/ cough

Cloudef 9 minutes ago | parent | prev [-]

Target apple and in 5 years your binary wont work anymore anyways

tick_tock_tick 8 hours ago | parent | prev [-]

Apple could but Apple would rather die they allow something to work cross platform.

davely 5 hours ago | parent [-]

I think they are also absolutely addicted to cruddy pay to win mobile games and they don’t want to give up that sweet drip feed of IAP that they get a 30% cut of… which is substantial.

For funsies, try searching App Store apps and find a way to filter out results for apps with IAP. Nope!

(Source: me, who spent time at a mobile gaming company as we figured out how to continuously optimize our funnels so that some rich dudes in Qatar could continue to spend $40K a month on useless cosmetics.)

thirdsun 10 minutes ago | parent [-]

I think that filter is called Apple Arcade but of course it's not free.

samtheprogram 10 hours ago | parent | prev | next [-]

That's because D3DMetal already exists. Games run like they did on Proton ~4-5 years ago, some games better.

I mostly no longer boot my Linux machine anymore to play games.

The anticheat story is probably not as good but I don't play any AAA games, so I wouldn't know.

jsheard 10 hours ago | parent | next [-]

That's great as long as it works, but D3DMetal is a proprietary, closed-source Apple library so you can and probably will get rug-pulled by Apple neglecting or deprecating it as their priorities change. They've only ever positioned it as an "evaluation environment" for developers to estimate how their game will run before going ahead with a native Mac port, not as something for end-users to play Windows games with, so if developers don't bite then they'll have no reason to keep working on it.

GeekyBear 10 hours ago | parent [-]

Proton is a downstream fork of Wine, and upstream Wine already directly supports playing Windows games on Mac using D3DMetal.

You don't need Proton's Wine fork when you can just use Wine.

pdpi 8 hours ago | parent | next [-]

Right now, the user experience with Crossover is that you have to manage the whole thing of installing Windows Steam in a Wine bottle, then installing games within that second Steam installation, then dealing with the fact that Steam doesn't seem to like having two instances running on the same computer (my native Steam loses connectivity every time I start the Crossover instance).

Wanting Proton on Mac isn't about that specific fork of Wine, it's shorthand for wanting the user experience that Valve gives you on Linux.

samtheprogram 8 hours ago | parent | prev [-]

That doesn't change the fact that D3DMetal is closed-source. Wine just links to it.

There's also DXMT which is open-source, but doesn't support DX12.

10 hours ago | parent | prev | next [-]
[deleted]
GeekyBear 10 hours ago | parent | prev [-]

> Games run like they did on Proton ~4-5 years ago, some games better.

Proton previously only worked on x86, so there was not the additional overhead of x86 to ARM translation.

Proton on ARM will have the same performance constraints as Wine on ARM Macs.

alessandroberna 8 hours ago | parent | prev [-]

They could also use MoltenVK

sgentle 4 hours ago | parent | prev | next [-]

DXMT has been advancing very quickly: https://github.com/3Shain/dxmt

miohtama 10 hours ago | parent | prev | next [-]

Wouldn't it be Apple's benefit to get more gaming on MacOS? Their goals might align with Steam.

Apple's native gaming story has been similar failure as their AI and Siri ventures. Time to fix it.

WhyNotHugo 9 hours ago | parent [-]

Valve seems to break free form depending on someone else’s walled garden.

Apple seeks to builds its own walled garden.

Their interests do not align. Apple doesn’t want portable software on their platform, they want exclusive software.

evilduck 2 hours ago | parent [-]

Hard to swallow.

Every day I sit down at a Mac for work and proceed to launch VS Code, Zed, Outlook, DBeaver, Excel, Teams, LogSeq, Syncthing, Chrome, Firefox, LM Studio and Docker. I prefer MacOS but basically all of my application workflow exists for Windows verbatim and if using browser versions of the MS apps, on Linux too.

pdpi 11 hours ago | parent | prev | next [-]

True, forgot about that. That said, Apple does have D3DMetal. A man can dream that they eventually opensource that.

easyThrowaway 9 hours ago | parent | prev [-]

I mean, theoretically they could backport the D3DMetal wine driver from the Game Porting Toolkit. Also I remember there was some early preliminary work done on stock wine a few years ago.

Honestly right now there is so much overlapping between all the wine "flavors" and forks available (Stock wine, Crossover, Proton/Proton-GE/Wine-GE, Game Porting Toolkit, winevdm, probably a few more I'm forgetting right now) I'm not entirely sure how many features have been independently implemented already multiple times.