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

Allow systems to access components from multiple entities at once #50

Closed
5 tasks done
Tracked by #71
EdvinNilsson opened this issue Mar 20, 2023 · 0 comments · Fixed by #83
Closed
5 tasks done
Tracked by #71

Allow systems to access components from multiple entities at once #50

EdvinNilsson opened this issue Mar 20, 2023 · 0 comments · Fixed by #83
Assignees
Labels
feature A new feature

Comments

@EdvinNilsson
Copy link
Collaborator

EdvinNilsson commented Mar 20, 2023

Reason

This is required for the N-body case study and for the “Foreign entity access” sub-problem.

Requirements

  • Allow systems to access entities other than the one currently being iterated
  • There is an ergonomic way of declaring this query
  • The scheduler is informed about component accesses

Dependencies

@EdvinNilsson EdvinNilsson added the feature A new feature label Mar 20, 2023
@EdvinNilsson EdvinNilsson moved this to 🆕 New in RECS Mar 20, 2023
@martinjonsson01 martinjonsson01 mentioned this issue Mar 24, 2023
7 tasks
@martinjonsson01 martinjonsson01 moved this from 🆕 New to 📋 Backlog in RECS Mar 24, 2023
@EdvinNilsson EdvinNilsson self-assigned this Mar 24, 2023
@EdvinNilsson EdvinNilsson moved this from 📋 Backlog to 🏗 In progress in RECS Mar 24, 2023
@EdvinNilsson EdvinNilsson moved this from 🏗 In progress to 👀 In review in RECS Mar 31, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in RECS Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant