bevy_channel_trigger 0.1.2

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

bevy_channel_trigger

Following released Bevy versions crates.io docs.rs

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 uses: