▲ | ltr_ 10 months ago | |||||||
Q: any resource to learn about modern approaches for real time game protocols? | ||||||||
▲ | Thaxll 10 months ago | parent | next [-] | |||||||
One of the best: https://gafferongames.com/ | ||||||||
| ||||||||
▲ | mfatihmar 10 months ago | parent | prev | next [-] | |||||||
shameless plug: https://github.com/0xFA11/GameNetworkingResources | ||||||||
| ||||||||
▲ | xeonmc 10 months ago | parent | prev | next [-] | |||||||
| ||||||||
▲ | liontwist 10 months ago | parent | prev [-] | |||||||
The main difference in modern games is the set of things in the world that might need sync has grown, much more than the available bandwidth. So need sophisticated logic to filter what needs to be updated in a given frame based on relevance, to fit within a packet, And of course now you need cloud systems for matchmaking, telemetry, etc. |