bevy_channel_trigger
Send events via a channel from anywhere (eg. web-dom, c-ffi) to Bevy Observers.
Inspired by bevy_crossbeam_event but using flume instead of crossbeam as the underlying efficient unbounded channel and delivering the events via Bevy Observers instead of EventReader. Furthermore we lint to be guaranteed panic free.
example
;
// regular bevy observer to handle these events coming into the bevy world
Other examples
Our Other Crates
- bevy_device_lang
- bevy_ios_review
- bevy_ios_impact
- bevy_ios_alerts
- bevy_ios_iap
- bevy_ios_notifications
- bevy_ios_gamecenter
- bevy_web_popups
- bevy_libgdx_asset
- bevy_debug_log
Compatible Bevy Versions
| bevy | our version |
|---|---|
| 0.14 | 0.1 |
License
this crate is dual-licensed under either MIT or Apache 2.0, at your option.