summaryrefslogtreecommitdiff
path: root/ecs/examples
AgeCommit message (Expand)Author
2024-08-18feat(ecs): make relationships able to have multiple targetsHampusM
2024-08-16feat(ecs): make relationships creatable without reference to worldHampusM
2024-08-10refactor(ecs): create archetype lookup entries on-the-goHampusM
2024-08-07docs(ecs): make examples not use own start eventHampusM
2024-08-02feat(ecs): add relationshipsHampusM
2024-07-29docs(ecs): make examples work correctlyHampusM
2024-05-19feat(ecs): add support for optional query componentsHampusM
2024-04-13feat(ecs): add extensionsHampusM
2024-04-10docs(ecs): add example using SoleHampusM
2024-04-10chore(ecs): make shared singletons not componentsHampusM
2024-04-10chore(ecs): remove Event trait id method & take events by valueHampusM
2024-04-09feat(ecs): add support for singleton componentsHampusM
2024-04-09refactor(ecs): move Local to own moduleHampusM
2024-04-06refactor(ecs): make stopping into a actionHampusM
2024-04-06feat(ecs): add stopping event loopHampusM
2024-03-12feat(ecs): make components internally mutableHampusM
2024-03-02feat(ecs): add event traitHampusM
2024-02-29feat(ecs): add iterating over queries non-mutablyHampusM
2024-02-26fix(ecs): make Component trait not automatic & add derive macroHampusM
2024-02-26feat(ecs): add support for multiple system queries & local componentsHampusM
2024-02-22feat(ecs): add support for system local componentsHampusM
2024-02-18feat: add entity component system libraryHampusM