Flocking params as a resource & egui-inspector

The birdoid flocking parameters are now a resource named
`FlockingParameters`. Adjustments can be made using the Egui inspector
widget, although I plan to make a custom UI in the future.
This commit is contained in:
2025-12-21 16:31:26 -06:00
parent 0828518963
commit c2cf100c05
4 changed files with 911 additions and 146 deletions

View File

@@ -6,6 +6,7 @@ license = "AGPL-3.0-only"
[dependencies]
bevy = "0.16.0"
bevy-inspector-egui = "0.32"
# Grand-dependency pins
# ab_glyph = "0.2.16"