DinkyECS identity/entity should be some kind of global counter #21

Closed
opened 2025-06-26 16:52:14 +00:00 by zedshaw · 1 comment
zedshaw commented 2025-06-26 16:52:14 +00:00 (Migrated from lcthw.dev)

Right now the entities are id from in each world, so cloning ta world means you have to dupe the entities and also copy the previous world counter. This will definitely be a problem later so come up with a global counter.

Right now the entities are id from in each world, so cloning ta world means you have to dupe the entities and also copy the previous world counter. This will _definitely_ be a problem later so come up with a global counter.
zedshaw commented 2025-07-01 18:27:34 +00:00 (Migrated from lcthw.dev)

Nah, doing this would make things too complicated, but maybe in GUECS this would be nice?

Nah, doing this would make things too complicated, but maybe in GUECS this would be nice?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: games/raycaster#21
No description provided.