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

Document & maintain ECS structure #34

Open
10 tasks
numpad opened this issue Nov 7, 2020 · 0 comments
Open
10 tasks

Document & maintain ECS structure #34

numpad opened this issue Nov 7, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@numpad
Copy link
Owner

numpad commented Nov 7, 2020

Create a document/graphic/... of some sort to describe the components, systems and events used.

Per system:

  • Tick/Execution order (ExO)
  • Short description
  • Depends on other systems? [1]
  • Type (Update, Render, Event, ...)
  • Affected Components
  • Reacts to which events?

Per component:

  • Requires other component?

Per event:

  • Short description
  • Trigger condition
  • Affected systems

[1]: Is ExO important? F.ex. RenderSystem depends on data from PositionUpdateSystem, otherwise every rendering would be a frame too late.

@numpad numpad added the documentation Improvements or additions to documentation label Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant