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

Allow multiple sets of schedulers #20

Open
SOF3 opened this issue Oct 15, 2022 · 1 comment
Open

Allow multiple sets of schedulers #20

SOF3 opened this issue Oct 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SOF3
Copy link
Owner

SOF3 commented Oct 15, 2022

This is equivalent to "flushing" in other ECS frameworks. This allows entities created/deleted in scheduler set A to take effect before systems in scheduler set B execute, thus allowing more flexibility with entity creation partition guarantees.

@SOF3 SOF3 added the enhancement New feature or request label Oct 15, 2022
@SOF3
Copy link
Owner Author

SOF3 commented Oct 15, 2022

This can be achieved by refactoring the scheduler builder code such that resource requests registered from separate scheduler sets are aggregated to the same world.

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

No branches or pull requests

1 participant