add_observer(s) should accept a tuple of observers akin to add_systems or add_systems should allow for observers #17190
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
What problem does this solve or what need does it fill?
Right now, if you are adding multiple observer "systems" to an app, you must call add_observer for each such "system". This has pretty poor ergonomics IMO.
What solution would you like?
Either:
or:
I think I'd likely prefer the latter, though it's less specific, because I could, ostensibly, then also add run_conditions etc to my observers (run if in state, etc).
What alternative(s) have you considered?
Truthfully, none.
The text was updated successfully, but these errors were encountered: