Age | Commit message (Expand) | Author |
---|---|---|
2024-04-10 | chore(ecs): remove Event trait id method & take events by value | HampusM |
2024-04-09 | feat(ecs): add support for singleton components | HampusM |
2024-04-09 | refactor(ecs): move Local to own module | HampusM |
2024-04-06 | refactor(ecs): make stopping into a action | HampusM |
2024-04-06 | feat(ecs): add stopping event loop | HampusM |
2024-03-12 | feat(ecs): make components internally mutable | HampusM |
2024-03-02 | feat(ecs): add event trait | HampusM |
2024-02-29 | feat(ecs): add iterating over queries non-mutably | HampusM |
2024-02-26 | fix(ecs): make Component trait not automatic & add derive macro | HampusM |
2024-02-26 | feat(ecs): add support for multiple system queries & local components | HampusM |
2024-02-22 | feat(ecs): add support for system local components | HampusM |
2024-02-18 | feat: add entity component system library | HampusM |