lyra-engine/lyra-ecs/src
SeanOMik f0d36e7b56
ecs: impl Clone for World and return entity in dynamic views
2024-04-27 00:21:26 -04:00
..
query ecs: impl Clone for World and return entity in dynamic views 2024-04-27 00:21:26 -04:00
relation ecs: make resources Send + Sync, rewrite Commands, CommandsQueue so that they are Send + Sync 2024-03-30 22:20:52 -04:00
system ecs: fix BatchedSystem, implement ways for `Criteria`s to modify the world before and after execution 2024-04-24 00:28:01 -04:00
archetype.rs ecs: remove compiler warning 2024-04-10 22:27:44 -04:00
bundle.rs ecs: add not filter, improve the code for inserting components into entity, bundle cleanup and improvements 2024-04-10 22:26:49 -04:00
command.rs ecs: make resources Send + Sync, rewrite Commands, CommandsQueue so that they are Send + Sync 2024-03-30 22:20:52 -04:00
component.rs Create a Component derive macro 2023-12-21 23:33:55 -05:00
component_info.rs ecs: add not filter, improve the code for inserting components into entity, bundle cleanup and improvements 2024-04-10 22:26:49 -04:00
entity.rs ecs: impl Clone for World and return entity in dynamic views 2024-04-27 00:21:26 -04:00
lib.rs ecs: make resources Send + Sync, rewrite Commands, CommandsQueue so that they are Send + Sync 2024-03-30 22:20:52 -04: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 ecs: impl Clone for World and return entity in dynamic views 2024-04-27 00:21:26 -04: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: impl Clone for World and return entity in dynamic views 2024-04-27 00:21:26 -04:00