message-io icon indicating copy to clipboard operation
message-io copied to clipboard

Add support for Bevy ECS

Open BlockOG opened this issue 2 years ago • 3 comments

It would be nice to have the event system use Bevy systems, so it's easy to use it in Bevy games.

BlockOG avatar Mar 20 '23 15:03 BlockOG

Hi! Is this event system something message-io should implement in this crate as part of it, or should it be a plugin/wrapper (maybe in another project) that allows message-io to work with Bevy and offer that event system?

lemunozm avatar Mar 21 '23 08:03 lemunozm

Could be a plugin, maybe a system, just something that would allow for integration in Bevy.

BlockOG avatar Mar 21 '23 19:03 BlockOG

I like the idea, but I think it doesn't belong to the message-io project itself. It think it should be another project that wraps this and makes this join.

lemunozm avatar Mar 21 '23 20:03 lemunozm