viridia / bevy_reactor

Fine-grained reactivity framework for Bevy.
79 stars 3 forks source link

Split bevy_reactor into separate crates #13

Open viridia opened 3 months ago

viridia commented 3 months ago

My plan is to split the repo into the following crates:

In addition, there will be:

Note that this is blocked on #8: We can't split into separate crates until we figure out how to decouple the dependencies between TrackingScopes from Views.

darmie commented 3 months ago

I made an attempt to do this. I have opened a PR for your review https://github.com/viridia/bevy_reactor/pull/15