@@ -75,6 +75,37 @@ If needed, a section can be split into subsections with a "------" delimiter.
75
75
76
76
## Library Updates
77
77
78
+ ### [ GGRS]
79
+
80
+ ![ GGRS] ( ./ggrs_logo.png )
81
+
82
+ [ GGRS] by [ @g_schup] is a reimagination of the [ GGPO] P2P rollback network SDK
83
+ written in 100% safe Rust.
84
+
85
+ Since the last update, GGRS has released version 0.4.4 and received
86
+ performance updates and fixes, such as a
87
+ [ sparse saving feature] ( https://gschup.github.io/ggrs/blog/sparse-saving/ ) .
88
+ The authors also proudly present [ bevy_GGRS] !
89
+
90
+ bevy_GGRS is a plugin to integrate GGRS easily into the popular game engine
91
+ [ bevy] . It features autmatic saving and loading of components and resources
92
+ defined by the user through bevy's reflection tools.
93
+ The plugin is currently in development and uses features that have not
94
+ been released in bevy 0.5. With bevy 0.6 on the horizon, bevy_GGRS is
95
+ planning to publish to [ crates.io] ( https://crates.io ) , as well.
96
+
97
+ If you are interested in developing with GGRS, check the following resources:
98
+
99
+ - [ quick start guide] ( https://gschup.github.io/ggrs/docs/getting-started/quick-start/ )
100
+ - [ GGRS examples] ( https://github.com/gschup/ggrs/tree/main/examples )
101
+ - [ bevy_GGRS examples] ( https://github.com/gschup/bevy_ggrs/tree/main/examples )
102
+
103
+ [ GGRS ] : https://github.com/gschup/ggrs
104
+ [ bevy_ggrs ] : https://github.com/gschup/bevy_ggrs
105
+ [ bevy ] : https://bevyengine.org/
106
+ [ GGPO ] : https://www.ggpo.net/
107
+ [ @g_schup ] : https://twitter.com/g_schup
108
+
78
109
## Popular Workgroup Issues in Github
79
110
80
111
<!-- Up to 10 links to interesting issues -->
0 commit comments