Veritius / bevy_stardust

A flexible networking crate for Bevy.
Apache License 2.0
36 stars 0 forks source link

Attaching message queues to individual NetworkPeer entities #25

Closed Veritius closed 4 months ago

Veritius commented 4 months ago

Making message queues be attached to network peer entities would improve how parallel systems can be, since then you could use query filters.