-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Merged by Bors] - Add example to show how to use apply_system_buffers
#7793
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I keep trying to pull this down to test it out, but I'm struggling with git haha. Is there a way for me to try this out locally? It's hard to tell how much I like this without running it myself
Create a test project with a git dependency on bevy main, copy-paste the example code :) I also recommend the |
c905843
to
f9e6002
Compare
bors r+ |
# Objective This PR adds an example that shows how to use `apply_system_buffers` and how to order it with respect to the relevant systems. It also shows how not ordering the systems can lead to unexpected behaviours. ## Solution Add the example.
Pull request successfully merged into main. Build succeeded:
|
apply_system_buffers
apply_system_buffers
# Objective This PR adds an example that shows how to use `apply_system_buffers` and how to order it with respect to the relevant systems. It also shows how not ordering the systems can lead to unexpected behaviours. ## Solution Add the example.
Objective
This PR adds an example that shows how to use
apply_system_buffers
and how to order it with respect to the relevant systems. It also shows how not ordering the systems can lead to unexpected behaviours.Solution
Add the example.