this post was submitted on 15 Jun 2023
109 points (100.0% liked)

Linux

125 readers
1 users here now

founded 1 year ago
 

Are there hardcore gamers there or is it mostly for coders?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ZILtoid1991@kbin.social 5 points 1 year ago (1 children)

It's quite viable at the moment, and with Wine, you can run many Windows programs, including games. Sometimes it even runs some old games much better than current Windows versions.

If the developers don't use DirectX for 3D API, then it's quite easy to port. At least Windows still has OpenGL and Vulkan, unlike MacOS. (Why did they axed those in favor of Metal?)

[โ€“] zib@kbin.social 3 points 1 year ago

Fun fact, MoltenVK enables running Vulkan on macOS. It does so by forwarding Vulkan calls into Metal. There's a little bit of extra work involved in setting up the Vulkan instance under the hood, but it's otherwise easy to forget it's running on top of Metal. Granted, it would have been nice if Apple had just included native support for Vulkan out of the box.