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

Consider introducing System as a concept to fully align with ECS model. #1155

Closed
jleibs opened this issue Feb 8, 2023 · 1 comment
Closed

Comments

@jleibs
Copy link
Member

jleibs commented Feb 8, 2023

At the moment our Scenes act in a "System-like" way, but without the formalism or framework support that one might find in a true ECS.

Given we are already using the terminology Entity and Component and doing System-like things it could be beneficial to go the rest of the way here. Systems could be a nice way to reconcile some other ideas we have discussed such as:

  • Application of annotations
  • Derived component values
  • Data filtering / highlighting
@Wumpf
Copy link
Member

Wumpf commented Oct 4, 2023

We introduced Systems by now in the form of ViewPartSystem and ContextSystem. In the future we'll formalize this more, but System already started to become a building block in our architecture.

Se also https://github.com/rerun-io/rerun/blob/main/design/space_views.md

@Wumpf Wumpf closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants