otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
185 stars 54 forks source link

dev notes with explanations for anything #150

Closed otavepto closed 1 month ago

otavepto commented 2 months ago

sharing knowledge enures others can do the same and build on it.

Detanup01 commented 2 months ago

do you have an example for it?

otavepto commented 2 months ago

not yet but mostly like the ones you have here: https://github.com/Detanup01/Research

over time I learned different things and had some knowledge that I definitely didn't have before. I wanted to share random thoughts regarding this project so that whoever continues after me won't have to painstakingly re-learn these things.

an example, describing how I implemented the interface ISteamGameServerStats, it involved some networking, using protobuff, callbacks, sharing, updating and broadcasting user stats once a new update is sent from the server or on the client side, etc...

Detanup01 commented 2 months ago

Oh I would defenetly would check out, might just a .md files in here under the folder Knowledge or something to it. I might well write something that how can you implement new interface version too

Detanup01 commented 1 month ago

Since we already started this, I closing it