Skip to content

Commit 667e8c8

Browse files
add examples link
1 parent 37e6e33 commit 667e8c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -152,15 +152,18 @@ Current features are:
152152

153153
[lightyear_website] is a comprehensive networking library for bevy to make multiplayer games.
154154
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+
Check out the [examples][lightyear_examples]!
155156

156-
The latest release, [0.13][lightyear_website], brings two big new features:
157+
The latest release, [0.13][lightyear_release], brings two big new features:
157158
- **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.
158159
- **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.
159160

160-
Example video (with 300ms of latency): https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0
161+
162+
Example (with 300ms of latency): https://github.com/cBournhonesque/lightyear/assets/8112632/ee547c32-1f14-4bdc-9e6d-67f900af84d0
161163

162164
[lightyear_website]: https://github.com/cBournhonesque/lightyear
163165
[lightyear_release]: https://github.com/cBournhonesque/lightyear/releases/tag/0.13.0
166+
[lightyear_examples]: https://github.com/cBournhonesque/lightyear/tree/main/examples
164167

165168

166169
## Popular Workgroup Issues in GitHub

0 commit comments

Comments
 (0)