←back to thread

944 points 6a74 | 1 comments | | HN request time: 0s | source
Show context
spease ◴[] No.41800525[source]
This is super cool.

So, wait, does this mean that gaming is better on Linux, on a Mac?

replies(7): >>41801984 #>>41802520 #>>41803172 #>>41803388 #>>41803779 #>>41804399 #>>41805099 #
hu3 ◴[] No.41802520[source]
I've been gaming on Linux since Warcraft 3 days.

Wine is wonderful and with Valve's help it only got better.

But why would gaming on a mac be better? Maybe one day, but for now:

FTA: "While many games are playable, newer AAA titles don’t hit 60fps yet."

replies(3): >>41803559 #>>41806809 #>>41807343 #
Wowfunhappy ◴[] No.41803559[source]
I read the GP differently. I think they meant: if you are on a Mac computer, is gaming better under Linux vs macOS?

I think the answer might be yes, because it's possible to play so many more titles!

replies(2): >>41804055 #>>41807805 #
GeekyBear ◴[] No.41804055{3}[source]
Game emulation isn't a Linux only thing.
replies(3): >>41804120 #>>41804361 #>>41806094 #
Wowfunhappy ◴[] No.41804361{4}[source]
Is there a way to run Control or Cyberpunk on macOS?
replies(1): >>41804495 #
fl0id ◴[] No.41804495{5}[source]
Yes. Haven’t tried those games, but on apple silicon whisky app emulates with gameporting toolkit + wine/proton. For intel silicon I think it was also possible but not sure.
replies(1): >>41804521 #
Wowfunhappy ◴[] No.41804521{6}[source]
Oh, wow, I did not realize how many games worked with this:

https://docs.getwhisky.app/game-support/index.html

I had assumed the lack of Vulkan on macOS was a major issue. Apparently not!

replies(2): >>41804923 #>>41805093 #
wsc981 ◴[] No.41805093{7}[source]
Cause MoltenVK [1] is used, I think.

---

[1]: https://github.com/KhronosGroup/MoltenVK

replies(1): >>41805396 #
GeekyBear ◴[] No.41805396{8}[source]
Not really.

PC games use DirectX as their graphics API, so you need something that can translate from DirectX to the native graphics API your OS is running.

On MacOS you'd be translating from DirectX to Metal and Apple provides the emulation software (D3DMetal) as part of the Game Porting Toolkit.

On a Steam Deck, Proton uses Vulkan on Linux as the native graphics API, so in that case you are translating from DirectX to Vulkan.

> DXVK (which translates Direct3D 8, 9, 10 and 11 calls to Vulkan on the fly), vkd3d-proton (which translates Direct3D 12 to Vulkan)

https://emulation.gametechwiki.com/index.php/Proton

replies(1): >>41812021 #
outworlder ◴[] No.41812021{9}[source]
> PC games use DirectX as their graphics API

You are forgetting the increasing number of titles targeting Vulkan directly.

replies(1): >>41812264 #
1. GeekyBear ◴[] No.41812264{10}[source]
That is an extremely niche use case on Windows.