Skip to content

Commit

Permalink
Renet: add renet_steam in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspoffo committed Feb 22, 2024
1 parent 1835c93 commit 957a0ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ Simple chat application made with egui to demonstrate how you could handle error

Checkout [bevy_renet](https://github.com/lucaspoffo/renet/tree/master/bevy_renet) if you want to use renet as a plugin with the [Bevy engine](https://bevyengine.org/).

Checkout [renet_steam](https://github.com/lucaspoffo/renet/tree/master/renet_steam) if you want to use the steam transport layer instead of the default one.

## Visualizer

Checkout [renet_visualizer](https://github.com/lucaspoffo/renet/tree/master/renet_visualizer) for a egui plugin to plot metrics data from renet clients and servers:
Expand Down
2 changes: 1 addition & 1 deletion renet_steam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ loop {

## Example

You can try the steam echo example with:
You can try the steam echo example with (steam needs to be running in the background):

- server: `cargo run --example echo server`
- client: `cargo run --example echo client [HOST_STEAM_ID]`
Expand Down

0 comments on commit 957a0ce

Please sign in to comment.