▲ | the_duke 3 days ago | |
If the plugins are in Rust and tie into Bevy, then there probably is minimal overhead. That's one of the advantages of ECS. It's designed for efficiently adding additional layers of functionality. | ||
▲ | b_e_n_t_o_n 3 days ago | parent [-] | |
It depends on if the ECS needs to sync its data with external (non-ecs) systems. |