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

Order of execution (both v0.4 and v0.5); system labels and dependencies (v0.5) #5

Closed
inodentry opened this issue Feb 24, 2021 · 2 comments · Fixed by #33
Closed

Order of execution (both v0.4 and v0.5); system labels and dependencies (v0.5) #5

inodentry opened this issue Feb 24, 2021 · 2 comments · Fixed by #33
Labels
C-enhancement New content that isn't covered already S-programming Core bevy APIs / programming patterns

Comments

@inodentry
Copy link
Contributor

  1. Expand the Systems page in Bevy Basics to talk about parallelism/performance and order of execution.

If we do this before the 0.5 release, it should contain two sections, one for 0.4 and one for bevy git.

  1. Show the new .before()/.after() and .label() syntax.

This should be done in both the Cheatsheet and in the Systems page in Bevy Basics.

@inodentry inodentry added S-programming Core bevy APIs / programming patterns cheatsheet C-enhancement New content that isn't covered already labels Feb 24, 2021
@alice-i-cecile
Copy link

The ecs_guide example that I worked on has some nice explanatory text and can be linked to.

@inodentry
Copy link
Contributor Author

Addressed in the new 0.5 book with a dedicated page about System Ordering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New content that isn't covered already S-programming Core bevy APIs / programming patterns
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants