Crates.io | bevy_cobweb |
lib.rs | bevy_cobweb |
version | |
source | src |
created_at | 2024-01-29 19:29:18.820022 |
updated_at | 2024-12-05 03:36:41.786045 |
description | Reactivity primitives for Bevy |
homepage | |
repository | https://github.com/UkoeHB/bevy_cobweb |
max_upload_size | |
id | 1119255 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
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.
bevy_cobweb_ui: Reactive UI framework.
bevy |
bevy_cobweb |
---|---|
0.15.0-rc.3 | 0.13.0-rc.3 |
0.14 | 0.8.0 - 0.12.0 |
0.13 | 0.0.3 - 0.7.2 |
0.12 | 0.0.1 - 0.0.2 |