lyra-engine/lyra-ecs/src
SeanOMik 8f58096643
ci/woodpecker/push/debug Pipeline failed Details
ci/woodpecker/manual/debug Pipeline failed Details
Fix memory bug caused by non-copy components (Vec, HashMap, etc.)
2024-01-06 22:52:30 -05:00
..
query Fix querying resources in fn systems, create CommonActionLabels, more code cleanup of free fly camera 2024-01-06 21:38:21 -05:00
system Fix querying resources in fn systems, create CommonActionLabels, more code cleanup of free fly camera 2024-01-06 21:38:21 -05:00
archetype.rs Implement staged system execution, make it easier to add systems, remove some compiler warnings 2024-01-06 15:40:13 -05:00
bundle.rs Fix memory bug caused by non-copy components (Vec, HashMap, etc.) 2024-01-06 22:52:30 -05:00
component.rs Create a Component derive macro 2023-12-21 23:33:55 -05:00
component_info.rs Fix a painful amount of compiler warnings, and clippy warnings 2023-12-28 21:30:45 -05:00
lib.rs Fix a painful amount of compiler warnings, and clippy warnings 2023-12-28 21:30:45 -05:00
resource.rs ecs: Add world query, make it possible to request resources from function systems 2024-01-04 20:49:27 -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 Switch to use lyra-ecs 2023-12-26 14:12:53 -05:00
world.rs Implement staged system execution, make it easier to add systems, remove some compiler warnings 2024-01-06 15:40:13 -05:00