lyra-engine/lyra-ecs/src
SeanOMik b51f1e16ef
ecs: fix World::insert, finish a TODO related to it
The TODO was that if the archetype has a single entity, add a component column for the new component instead of moving the entity to a brand new archetype
2024-03-03 16:19:59 -05:00
..
query ecs: some code cleanup 2024-03-02 22:55:11 -05:00
relation ecs: fix World::insert, finish a TODO related to it 2024-03-03 16:19:59 -05:00
system ecs: fix a typo in docs 2024-03-02 22:55:12 -05:00
archetype.rs ecs: fix World::insert, finish a TODO related to it 2024-03-03 16:19:59 -05:00
bundle.rs ecs: some code cleanup 2024-03-02 22:55:11 -05:00
command.rs ecs: improve docs 2024-03-02 22:55:10 -05:00
component.rs Create a Component derive macro 2023-12-21 23:33:55 -05:00
component_info.rs ecs: some code cleanup 2024-03-02 22:55:11 -05:00
entity.rs ecs: add commands test and fix Commands 2024-02-24 11:09:26 -05:00
lib.rs ecs: fix World::insert, finish a TODO related to it 2024-03-03 16:19:59 -05:00
math.rs split the math module into a lyra-math crate, implement Reflect and Component for Transform 2024-01-13 11:51:16 -05:00
resource.rs scripting: expose resources to the world 2024-01-20 00:54:36 -05:00
tests.rs Switch to lyra-ecs systems, move ecs mod to scene mod, reexport lyra-ecs as ecs 2023-12-26 23:48:46 -05:00
tick.rs ecs: improve docs 2024-03-02 22:55:10 -05:00
world.rs ecs: fix World::insert, finish a TODO related to it 2024-03-03 16:19:59 -05:00