Skip to content

Commit

Permalink
DemoBevy: add README
Browse files Browse the repository at this point in the history
lucaspoffo authored Jul 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 333e791 commit d09ec4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo_bevy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Demo Bevy

Simple bevy application to demonstrates how you could replicate entities and send reliable messages as commands from the server/client using [renet](https://github.com/lucaspoffo/renet).

[Bevy Demo.webm](https://user-images.githubusercontent.com/35241085/180664609-f8c969e0-d313-45c0-9c04-8a116896d0bd.webm)

To run this demo you need first to run the server with `cargo run --bin server`, then you can execute the client with `cargo run --bin client`.
You can toogle [renet_visualizer](https://github.com/lucaspoffo/renet/tree/master/renet_visualizer) with `F1` in the client.

0 comments on commit d09ec4b

Please sign in to comment.