bevy_channel_trigger
Send events via a channel from anywhere (eg. web-dom, c-ffi) to Bevy Observers.
Inspired by bevy_crossbeam_event but delivering the events via Bevy Observers instead of EventReader.

example
;
// regular bevy observer to handle these events coming into the bevy world
Other examples
Our Other Crates
- bevy_debug_log
- bevy_device_lang
- bevy_web_popups
- bevy_libgdx_atlas
- bevy_ios_iap
- bevy_ios_review
- bevy_ios_gamecenter
- bevy_ios_alerts
- bevy_ios_notifications
- bevy_ios_impact
- bevy_ios_safearea
Compatible Bevy Versions
| bevy | our version |
|---|---|
| 0.17 | 0.5,main |
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.1,0.2 |
License
this crate is dual-licensed under either MIT or Apache 2.0, at your option.