UkoeHB / bevy_cobweb

Reactivity primitives for Bevy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 here.

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.13 0.0.3 - master
0.12 0.0.1 - 0.0.2

About

Reactivity primitives for Bevy

License:Apache License 2.0


Languages

Language:Rust 100.0%