Age | Commit message (Expand) | Author |
---|---|---|
2024-02-26 | feat(ecs): add support for multiple system queries & local components | HampusM |
2024-02-22 | feat(ecs): make Query implement IntoIterator | HampusM |
2024-02-21 | refactor(ecs): add system trait | HampusM |
2024-02-20 | feat(ecs): rename WorldExtra to ComponentStorage & make public | HampusM |
2024-02-18 | feat: add entity component system library | HampusM |