Age | Commit message (Expand) | Author |
---|---|---|
2024-03-29 | feat(ecs): make World unwind safe | HampusM |
2024-03-12 | feat(ecs): make components internally mutable | HampusM |
2024-03-06 | refactor(ecs): pass around all world data and not component storage | 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 | refactor(ecs): remove useless referencing in Local::deref_mut | HampusM |
2024-02-22 | refactor(ecs): elide lifetimes of Sequence::from_components | HampusM |
2024-02-22 | feat(ecs): add support for system local components | HampusM |
2024-02-18 | feat: add entity component system library | HampusM |