1 unstable release

new 0.30.1 Feb 12, 2025

#1902 in Game dev

Download history 122/week @ 2025-02-11

122 downloads per month

MIT/Apache

455KB
8K SLoC

Bevy Replicon Example Backend

A simple TCP backend for running examples, testing backend API and serving as a reference for backend implementation.

[!WARNING] DO NOT USE this in a real project. Instead, choose a proper backend from Messaging backends.

To run an example use the following command:

cargo run -p bevy_replicon_example_backend --example <example name>

lib.rs:

A simple transport intended only for examples. This transport does not implement any reliability or security features. DO NOT USE in a real project

Dependencies

~56–93MB
~1.5M SLoC