aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Henaux <gill.henaux@gmail.com>2022-10-25 13:05:32 +0200
committerGitHub <noreply@github.com>2022-10-25 13:05:32 +0200
commit57fad39860bce84bcf912bc4ebc319b10c7002fe (patch)
treecfc66a43b1009882e2670535f52102388d4827ad
parentafccf9032f4b18094eb7af90c0325606c82e14bf (diff)
Add terminal chat demo to the README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea13113..a888f03 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,8 @@ This demo comes with an headless [server](examples/chat_server/), a [terminal cl
Start the server with `cargo run --example chat_server` and as many clients as needed with `cargo run --example terminal_chat_client`. Type `quit` to disconnect with a client.
+![terminal_chat_demo](https://user-images.githubusercontent.com/19689618/197757086-0643e6e7-6c69-4760-9af6-cb323529dc52.gif)
+
## Logs
For logs configuration, see the unoffical [bevy cheatbook](https://bevy-cheatbook.github.io/features/log.html).