summaryrefslogtreecommitdiff
path: root/engine-ecs/src/lib.rs
AgeCommit message (Expand)Author
5 daysfeat(engine-ecs): create component info entity for components without type re...HampusM
5 daysfeat(engine-ecs): add fns for spawning named entitiesHampusM
5 daysrefactor(engine-ecs): rename entity creation fns to use 'spawn' terminologyHampusM
6 daysfeat(engine-ecs): add type ID to component::Info structHampusM
7 daysfeat(engine): make context addable to errors & resultsHampusM
7 daysfix(engine-ecs): correct observer names in error metadataHampusM
13 daysfeat(engine-ecs): add stop_after_tick fn to WorldHampusM
13 daysfeat(engine-ecs): pass world ref to error handlersHampusM
2026-06-23feat(engine-ecs): add entity name componentHampusM
2026-06-23refactor(engine-ecs): store soles as componentsHampusM
2026-06-07feat(engine-ecs): rename component::Type to Info & add name fieldHampusM
2026-06-07feat(engine-ecs): add component reflection supportHampusM
2026-06-06feat(engine-ecs): make &World implement system::ParamHampusM
2026-06-06feat(engine-ecs): remove Uid kindsHampusM
2026-06-02refactor(engine-ecs): make systems & observers same componentHampusM
2026-05-26style: format for Rust edition 2021HampusM
2026-05-21chore: rename ecs* crates to engine-ecs*HampusM