bevy_stardust icon indicating copy to clipboard operation
bevy_stardust copied to clipboard

A flexible networking crate for Bevy.

Results 20 bevy_stardust issues
Sort by recently updated
recently updated
newest added

Addresses #4

A-Transport
A-Extensions

Working in the [udp-0.1.0 branch](https://github.com/Veritius/bevy_stardust/tree/udp-0.1.0)

A-Transport
A-Extensions
P-Low

gxhash requires AES-NI and SSE2 intrinsics on x86-64 and AES and NEON intrinsics on ARM. Without these, it won't compile, since there's no fallback for processors lacking these intrinsics. Since...

C-Compile-Fail

Addresses #7

A-Extensions

Right now, channels must be added in the exact same order on two different peers. This is a massive restriction, and removing it would be really good for usability.

C-Usability
A-Channels

What kind of replication? Predicted, lockstep, both?

A-Extensions
P-High

It's a little silly to create an entire `World` and `App` just to test code that needs a reference to a channel registry. Some kind of non-`Resource` `ChannelRegistryInner` holder that...

A-Channels

Basically, a voice chat plugin. This is doable via the [Decodable] trait. [Decodable]: https://docs.rs/bevy/latest/bevy/audio/trait.Decodable.html

A-Extensions
P-Low

It'd be useful for various things. Probably based on [QUIC's variable length integers]. [QUIC's variable length integers]: https://www.rfc-editor.org/rfc/rfc9000.html#name-variable-length-integer-enc

A-Messaging