Skip to content

Commit 37e6e33

Browse files
add content
1 parent 424154a commit 37e6e33

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: content/news/050/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@ Current features are:
148148

149149
## Library Updates
150150

151+
### [Lightyear 0.13][lightyear_website]
152+
153+
[lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
154+
It comes with multiple types of transports (WebTransport, WebSocket, UDP, etc.) and supports replication techniques like client-side prediction, server interpolation, interest management and more!
155+
156+
The latest release, [0.13][lightyear_website], brings two big new features:
157+
- **Steam support**: you can now use the Steamworks SDK as your transport layer, which lets you use the Valve network! Note that lightyear supports running multiple transports in parallel, so it's possible to have cross-play between steam and non-steam users.
158+
- **Listen-server mode**: it is not possible to run a server and a client in the same process/bevy app. This is can be useful to avoid the costs of a dedicated server, or to have a similar codebase between singleplayer and multiplayer.
159+
160+
Example video (with 300ms of latency): https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0
161+
162+
[lightyear_website]: https://github.com/cBournhonesque/lightyear
163+
[lightyear_release]: https://github.com/cBournhonesque/lightyear/releases/tag/0.13.0
164+
165+
151166
## Popular Workgroup Issues in GitHub
152167

153168
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)