-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add a system closure example #4262
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
Labels
A-ECS
Entities, components, systems, and events
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
Comments
Sorry for missing your other comments and for leaving that PR hanging! And thank you for picking it up! In case you need anything from that original PR or if it makes anything easier, I've commented on the licensing thread. |
Awesome; I'll let a newcomer port that up to main :) |
exjam
pushed a commit
to exjam/bevy
that referenced
this issue
May 22, 2022
With #4327 having been merged, can this issue be closed? |
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-ECS
Entities, components, systems, and events
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
How can Bevy's documentation be improved?
Systems can be created through closures. This will be a surprising fact to many, and should be demonstrated in an example.
Steps:
Local
variables with closure systems, as shown in the corresponding docs.Previously attempted in #2231: please try to build off that branch and credit the author.
The text was updated successfully, but these errors were encountered: