bevy_channel_message 0.1.0

Send events via a channels form anywhere (eg. c-ffi) to Bevy (buffered) messages.
Documentation

bevy_channel_message

Following released Bevy versions crates.io docs.rs

Send events via a channel from anywhere (eg. web-dom, c-ffi) to Bevy Observers. Based on the original bevy_crossbeam_event but reverting to the buffered message system instead of migrating to observer/triggers as it did in 0.9.

example


Our Other Crates

Compatible Bevy Versions

bevy our version
0.17 0.1,main

License

this crate is dual-licensed under either MIT or Apache 2.0, at your option.