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

[RFC] Event Chaining as a Decoupling Method #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AnneKitsune
Copy link
Contributor

@AnneKitsune AnneKitsune commented Apr 30, 2020

@AnneKitsune AnneKitsune changed the title Event Chaining RFC [RFC] Event Chaining as a Decoupling Method Apr 30, 2020
@distransient
Copy link
Member

Typo in linked paper: s/ressources/resources/g

@erlend-sh
Copy link
Member

If this RFC got approved, can you say a bit more about how it would be incorporated into Amethyst?

We have a working proof-of-concept of your event chaining in minigene, so that should help give an idea of how this could be layered on top of Amethyst.

@AnneKitsune
Copy link
Contributor Author

We would split systems in smaller parts and "link" them together using event chains.
The goal is to avoid having big monolithic ecs systems and to move towards small systems doing single tasks.

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

Successfully merging this pull request may close these issues.

3 participants