lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
662 stars 68 forks source link

Bevy steam #97

Closed lucaspoffo closed 1 year ago

lucaspoffo commented 1 year ago

Run demo with: cargo run --bin server --features steam cargo run --bin client --features steam -- <HOST_STEAM_ID>

Shatur commented 1 year ago

It would be great if steam and netcode were interchangable. Maybe we could have a trait? This way we could provide generic Bevy plugin and users will specify transport they want to use via this generic parameter.

kulkalkul commented 1 year ago

Is there anything I can help on this?