rx_bevy_observable_message

Crates.iorx_bevy_observable_message
lib.rsrx_bevy_observable_message
version0.3.1
created_at2026-01-19 07:03:45.327408+00
updated_at2026-01-24 17:58:21.431167+00
descriptionrx_bevy message observable
homepagehttps://github.com/AlexAegis/rx_bevy
repositoryhttps://github.com/AlexAegis/rx_bevy
max_upload_size
id2053888
size134,378
Sandor (AlexAegis)

documentation

https://github.com/AlexAegis/rx_bevy

README

observable_message

crates.io ci codecov license

The MessageObservable lets you observe global messages written by a MessageWriter!

  • Messages written in or before the observables schedule will be observed in the same frame. If the message was written in a later schedule, it will be observed in the next frame, which could lead to 1 frame flickers if something also reacts to the same message in the same frame it was written!

See Also

Example

cargo run -p rx_bevy --example observable_message_example
Commit count: 652

cargo fmt