#plugin #bevy #bevygap #request #command #matchmaker #lightyear

bevygap_client_plugin

Plugin for bevy games for use with bevygap matchmaker and lightyear

3 unstable releases

0.3.1 Dec 23, 2024
0.3.0 Dec 22, 2024
0.2.3 Dec 19, 2024

#949 in Game dev

Download history 80/week @ 2024-12-14 268/week @ 2024-12-21 39/week @ 2024-12-28 62/week @ 2025-01-04 52/week @ 2025-01-11 12/week @ 2025-01-18 38/week @ 2025-01-25 60/week @ 2025-02-01 39/week @ 2025-02-08

151 downloads per month
Used in lightyear_examples_common

MIT/Apache

65KB
483 lines

Bevygap Client Plugin

Instead of connecting lightyear using commands.connect_client(), this plugin will make a request to the bevygap matchmaker, then modify lightyear's config to set the supplied game server socket address and connect token, then call commands.connect_client() for you.

Read the bevygap book to learn more.

Usage

use bevy_bevygap_client_plugin::prelude::*;

// ...

app.add_plugins(BevygapClientPlugin);

// ...

// trigger the connection by setting state to `BevygapClientState::Request`
// or use this function on Commands:
commands.bevygap_connect_client();

Dependencies

~69–110MB
~2M SLoC