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

Type safe ECS queries #32

Merged
merged 7 commits into from May 5, 2022
Merged

Type safe ECS queries #32

merged 7 commits into from May 5, 2022

Conversation

foodelevator
Copy link
Collaborator

This PR partially covers the second part of #5

  • Some way of getting access to components in a type safe way from Rust.
  • Optionally get handle to Entity with query

@foodelevator foodelevator mentioned this pull request May 4, 2022
2 tasks
@foodelevator foodelevator added ECS🏴󠁥󠁣󠁳󠁿 Relatet to the Entity Compnent System and removed CI/CD 💿 labels May 4, 2022
Copy link
Collaborator

@ollisco ollisco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I'll merge theese and you can delete the branch when you feel done

@ollisco ollisco merged commit 9e5b8ad into main May 5, 2022
@foodelevator foodelevator deleted the ecs/type-safe-queries branch May 5, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ECS🏴󠁥󠁣󠁳󠁿 Relatet to the Entity Compnent System
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants