Hacker News new | ask | show | jobs
by DiThi 2993 days ago
That situation will probably change as soon as most games ship with Vulkan: Even if devs devote zero effort to porting to Linux, Vulkan makes it easy to run them with Wine with pretty much the same performance. I can imagine Valve adding Wine automatically with Steam.
1 comments

Graphics support is only a part of the puzzle. Many devs have never used Linux and know nothing about it. And they hate to learn a new operating system just to support 1% of the players. Building a game for Linux is easy if you already know your way around, but otherwise it can be quite complicated. Valve does offer the compatibility layer (set of system libs like SDL, C++ libraries, etc., that are deployed with the Steam client which your game can use) but this means having to build your game in a chroot environment. Once they see all that, many Windows-only devs just run away.

And then, there are runtime considerations like where you store the player data, cache files, and the case-sensitiveness of the filesystems which many Windows developers are completely unaware of.

So no, Vulcan doesn't give you "zero effort" Linux ports.

Let me put "ports" with quotes. I've played the Windows version of DOOM (2016) in Linux with same performance and didn't do anything special other than copying the configuration that had Vulkan enabled. I can imagine devs just enabling a checkbox in Steamworks to deploy to Linux automatically using Wine.