this post was submitted on 14 Jun 2026
347 points (98.1% liked)
Linux Gaming
26252 readers
63 users here now
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.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It does so for performance.
It's not a big performance hit.
It's not lighting/rendering raytracing, it's the same math that hitscan guns do. Draw a line between point A and point B, if the ray collides somewhere in-between, then that line is not a valid visibility line.
You can cut down on these checks considerably if the player's camera isn't even pointed at another player, or if they are out of range.
Most FPS games are typically run by big studios on big servers that have plenty of computational power for this.
It's not the computational power it's the lag.