File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,26 @@ Current features are:
168168
169169## Library Updates
170170
171+ ### [ Lightyear 0.13] [ lightyear_website ]
172+
173+ [ lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
174+ It comes with multiple types of transports (WebTransport, WebSocket, UDP, etc.)
175+ and supports replication techniques like client-side prediction, server interpolation, interest management and more!
176+ Check out the [ examples] [ lightyear_examples ] !
177+
178+ The latest release, [ 0.13] [ lightyear_release ] , brings two big new features:
179+ - ** Steam support** : you can now use the Steamworks SDK as your transport layer, which lets you use the Valve network!
180+ Note that lightyear supports running multiple transports in parallel, so it's possible to have cross-play between steam and non-steam users.
181+ - ** Listen-server mode** : it is not possible to run a server and a client in the same process/bevy app.
182+ This is can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
183+
184+ [ Example (with 300ms of latency)] ( https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0 )
185+
186+ [ lightyear_website ] : https://github.com/cBournhonesque/lightyear
187+ [ lightyear_release ] : https://github.com/cBournhonesque/lightyear/releases/tag/0.13.0
188+ [ lightyear_examples ] : https://github.com/cBournhonesque/lightyear/tree/main/examples
189+
190+
171191## Popular Workgroup Issues in GitHub
172192
173193<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments