top | item 30747230

(no title)

sph | 4 years ago

I'd argue that Proton is better than native Linux support in the long term, hear me out.

Linux userspace API has no promise of long term compatibility, and in fact there's a lot of churn, especially nowadays as we approach the Year of the Linux Desktop and technologies come and go as they're improved.

The Windows API instead is known for its long term compatibility. Microsoft goes out of their way to ensure applications keep running a decade later, and using that as a base for gaming is a win-win, as developers can target two operating systems with one API, and gamers have more guarantees their game will still be playable on Ubuntu 2030 edition.

The last few times I played native Linux games I had to fish for old and unsupported libssl and libjpeg libraries that my distribution doesn't ship anymore. I can blame the port, but nowadays I just try the Proton version first.

discuss

order

snvzz|4 years ago

>The last few times I played native Linux games I had to fish for old and unsupported libssl and libjpeg libraries that my distribution doesn't ship anymore.

The so-called steam runtime can be targeted by devs to prevent this.

shmerl|4 years ago

It's not about Windows long term support, it's about Wine long term support (which is much better than Windows own).

So I agree with your point that long term Wine offers better support than Linux native ABIs.

I doubt Windows ABIs are better than Linux native ones on their own long term wise (i.e. without Wine).

That said, it would be cool for someone to develop Wine-like wrapping of historic Linux ABIs into modern ones so you could have the same preservation effect.

There was for example such project for older SDL over new one.

musicale|4 years ago

> I doubt Windows ABIs are better than Linux native ones on their own long term wise

Lots of games from the early 2000s still run as-is on Windows 10/11, and many games have updated versions on Steam or gog.com as well.

However, the real question for Linux is: is there any comparable long-term stable distribution format for Linux games other than Windows binaries?

If so, how popular is it?