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

Parallel System Scheduler #50

Closed
cart opened this issue Jul 12, 2020 · 1 comment
Closed

Parallel System Scheduler #50

cart opened this issue Jul 12, 2020 · 1 comment
Labels
C-Feature A new feature, making something new possible

Comments

@cart
Copy link
Member

cart commented Jul 12, 2020

Now that the migration to hecs/bevy_ecs is complete, we no longer have parallel system execution. bevy_ecs does have a naive dependency-unaware parallel scheduler (just to prove that the interfaces work), but we need to now take into account read/write resource and component dependencies.

@cart cart added this to the Open Source Release milestone Jul 12, 2020
@cart cart added the C-Feature A new feature, making something new possible label Jul 12, 2020
@cart
Copy link
Member Author

cart commented Jul 16, 2020

closed by 362fb92

@cart cart closed this as completed Jul 16, 2020
tychedelia pushed a commit to tychedelia/bevy that referenced this issue Nov 23, 2024
This just removes the unnecessary / invalid escapes.

Addresses bevyengine#50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Feature A new feature, making something new possible
Projects
None yet
Development

No branches or pull requests

1 participant