bevy_entity_graph
Crate to facilitate working with graphs of entities in Bevy.
Features:
- Event-driven graph modifications.
- Auotmatically updated connected component tracking.
Usage
use ;
See examples for a working demo.
Bevy support table
| bevy | bevy_entity_graph |
|---|---|
| 0.18 | 0.18.0 |
| 0.17 | 0.2.0 |
| 0.16 | 0.1.0 |