You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+68-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ I built this because I wanted a SDK to plug into my C++ projects, in the past I
6
6
GekkoNet is heavily inspired by the [GGPO](https://github.com/pond3r/ggpo) Rust reimplementation [GGRS](https://github.com/gschup/ggrs).
7
7
8
8
#### Why not use GGPO?
9
-
I am personally not a big fan of the callback based approach of GGPO hence why I am more of fond of how GGRS handles its control flow. And I might be addicted to reinventing the wheel:sweat_smile:
9
+
I am personally not a big fan of the callback based approach of GGPO hence why I am more of fond of how GGRS handles its control flow. And I might be addicted to reinventing the wheel, this has mostly been a learning experience of mine to learn more about async systems and networking in general :)
10
10
11
11
## Project Goals
12
12
### Done
@@ -28,7 +28,6 @@ I am personally not a big fan of the callback based approach of GGPO hence why I
28
28
### Work in progress
29
29
- Network Statistics
30
30
- Joining a session that's already in progress as a spectator (and maybe as a player later)
31
-
- Docs
32
31
33
32
### Maybe Later
34
33
- Replays
@@ -37,12 +36,75 @@ I am personally not a big fan of the callback based approach of GGPO hence why I
0 commit comments