1 unstable release

0.1.0 Feb 11, 2024

#16 in #reactivity

Download history 23/week @ 2024-07-01 12/week @ 2024-07-08 42/week @ 2024-07-15 25/week @ 2024-07-22 32/week @ 2024-07-29 28/week @ 2024-08-05 3/week @ 2024-08-12 8/week @ 2024-08-19 29/week @ 2024-08-26 10/week @ 2024-09-02 15/week @ 2024-09-09 13/week @ 2024-09-16 27/week @ 2024-09-23 16/week @ 2024-09-30 8/week @ 2024-10-07 17/week @ 2024-10-14

68 downloads per month
Used in 5 crates (via bevy_cobweb)

MIT/Apache

4KB

Bevy Cobweb

General-purpose reactivity framework for Bevy. Includes ECS utilities and core reactivity primitives (system events, reaction triggers, reactive events, and reaction tree processing).

Documentation for the reactivity primitives can be found in the react module.

Features

  • Manually run systems with SystemCommands.
  • React to ECS mutations: resource mutations, component insertions/mutations/removals, entity despawns.
  • React to events: broadcasted events and entity-targeted events.
  • Send data directly to systems with system events.
  • Write recursive system commands/system events/reactions.

Companion crates

Bevy compatability

bevy bevy_cobweb
0.14 0.8.0 - master
0.13 0.0.3 - 0.7.2
0.12 0.0.1 - 0.0.2

Dependencies

~265–720KB
~17K SLoC