626
Valve reportedly cooking native Linux version of Half-Life: Alyx, optimized for Steam Frame VR
(www.tweaktown.com)
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
WWW:
Discord:
IRC:
Matrix:
Telegram:
I wonder how well it'd run under WSL? It would be funny as shit to force the Windows Gamers (real Gamers only play MOBAs and eSports /s) to fuck around with compatibility layers like Linux users do.
If it's like anything else running in WSL, absolutely as slow as balls. Most Linux apps are written with the assumption that filesystem operations are incredibly fast, whereas that's not true with Windows. Most games open one big file and do big reads from it so it's not such a problem, whereas something like Git assumes that touching tens of thousands of files should be basically instant.