124
Next Heroic Games Launcher release to include initial GOG Galaxy support
(www.gamingonlinux.com)
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Submissions have to be related to games
No bigotry or harassment, be civil
No excessive self-promotion
Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
Mark Spoilers and NSFW
No linking to piracy
More information about the community rules can be found here.
I'm not a game dev, so I am asking naively this: why is networking code for games not standardized?
It's crazy to me that so many companies develop their own netcode instead of pooling resources to create a library once and for all for netcode.
It is a non-trivial thing to develop, so everyone would gain from having a framework and library ready to use that works well and can be implemented into any game.
In the end, the information exchange is done between the client and the server and the application layer can have any packets it needs.
There are prebuilt solutions in some common engines, and companies like Multiplay that will help with development and hosting, but ultimately it depends on the specific needs of each game.
What works well for one project might be overkill for another, so studios have to spend a lot of time figuring out their needs and building something bespoke for it.