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

refactor: Systems as entities #73

Open
0ffz opened this issue Aug 9, 2022 · 0 comments
Open

refactor: Systems as entities #73

0ffz opened this issue Aug 9, 2022 · 0 comments

Comments

@0ffz
Copy link
Member

0ffz commented Aug 9, 2022

Track systems by creating entities for them. This allows us to hold data about how they should be executed (ex order) and react to changes live via listeners.

Also allows us to make temporary systems which may be useful for things like item or mob behaviour that should only be active while those things exist in the world (Could be useful for future scripting support.)

@0ffz 0ffz changed the title Systems as entities refactor: Systems as entities Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant