You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-152Lines changed: 2 additions & 152 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,166 +12,16 @@ A simple networking plugin for bevy.
12
12
- Multiple clients/servers with different configs (specifies a protocol, packet types, serializer, etc.)
13
13
- De/serialization. You choose a serialization format, packet type (you probably want it to be `enum`), and receive events with deserialized packets.
14
14
15
-
> Note: Everything in bevy_slinet is feature-gated. Make sure to enable features you need (`client`, `server`, `protocol_tcp`, `protocol_udp`, `serializer_bincode`).
> Note: Everything in bevy_slinet is feature-gated. Make sure to enable features you need (`client`, `server`, `protocol_tcp`, `protocol_udp`, `serializer_bincode`, `serializer_bincode_serde`).
156
16
157
17
Note: you should implement keep-alive and disconnection systems yourself, or look at [lobby_and_battle_servers example](examples/lobby_and_battle_servers.rs)
0 commit comments