bevy/crates/bevy_ecs/src
Carter Anderson 8d3a5ae0f1 ecs: initial parallel schedule executor
currently only considers component archetypes. still missing proper handling of thread local systems and resources
2020-07-13 19:36:41 -07:00
..
commands.rs cargo fmt 2020-07-10 01:37:06 -07:00
executor.rs ecs: initial parallel schedule executor 2020-07-13 19:36:41 -07:00
into_system.rs ecs: initial parallel schedule executor 2020-07-13 19:36:41 -07:00
lib.rs ecs: initial parallel schedule executor 2020-07-13 19:36:41 -07:00
profiler.rs Bevy ECS migration 2020-07-10 01:06:21 -07:00
resource_query.rs remove unsafe Clone implementation on Res/ResMut in favor of UnsafeClone 2020-07-12 12:06:43 -07:00
resources.rs add more informative "resource does not exist" errors 2020-07-11 20:12:34 -07:00
schedule.rs ecs: initial parallel schedule executor 2020-07-13 19:36:41 -07:00
system.rs ecs: initial parallel schedule executor 2020-07-13 19:36:41 -07:00
world_builder.rs Bevy ECS migration 2020-07-10 01:06:21 -07:00