-
Notifications
You must be signed in to change notification settings - Fork 351
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
[Merged by Bors] - Entities and components section for ECS chapter #294
[Merged by Bors] - Entities and components section for ECS chapter #294
Conversation
cef2b78
to
b88ee0d
Compare
b88ee0d
to
f0e85e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, I saw a couple of typos on the example queries.
Co-authored-by: Asier Illarramendi <asier@illarra.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is quite solid. I have a couple of perplexities about the terminology around entities but those are just personal ones.
|
||
## Working with components | ||
|
||
Entities are entirely bare when they're spawned: they contain no data other than their unique [`Entity`] identifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really wish that Entity
was actually called EntityId
, so we don't have to always refer to it as “Entity
identifier”.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, but not something I can do here.
bors r+ |
Ported from #182. # Status - [x] revisit and revise - [x] remove all use of direct world APIs - [x] distinguish between `Entity` type and entity concept
Build failed: |
e89218a
to
6b91ede
Compare
bors retry |
Ported from #182. # Status - [x] revisit and revise - [x] remove all use of direct world APIs - [x] distinguish between `Entity` type and entity concept
Pull request successfully merged into new-book. Build succeeded: |
Ported from #182.
Status
Entity
type and entity concept