Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate whether implementation can be improved using observers #1

Open
mxgrey opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@mxgrey
Copy link
Contributor

mxgrey commented Jun 17, 2024

Bevy 0.14 introduces the concept of Observers, which will be a building block for relations. Observers have a lot in common with the reactive nature of workflows and services, although they are not a direct replacement. Still, they may be able to yield performance improvements (less need for exclusive systems?) or at least a cleaner implementation of workflows and services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant