lyra-engine/lyra-ecs/src
SeanOMik 0e613bd216
lua: implement world:view_one for lua
2024-10-29 21:56:07 -04:00
..
query lua: implement world:view_one for lua 2024-10-29 21:56:07 -04:00
relation ecs: implement an actual Filter trait, create a Changed filter 2024-09-21 14:06:21 -04:00
system ecs: don't automatically tick the world, use Res and ResMut anywhere ecs resources are requested to track changes better 2024-09-27 21:03:27 -04:00
archetype.rs lua: implement Changed query that supports components and resources 2024-10-20 21:20:43 -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 lua: implement Changed query that supports components and resources 2024-10-20 21:20:43 -04:00
lib.rs ecs: implement an actual Filter trait, create a Changed filter 2024-09-21 14:06:21 -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: fix Changed query; lua: lock and hide mouse in window 2024-10-02 21:29:13 -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 lua: add world:get_tick() to lua, write some missing type annotations 2024-10-21 21:58:22 -04:00
world.rs lua: implement Changed query that supports components and resources 2024-10-20 21:20:43 -04:00