Y
Hacker News
new
|
ask
|
show
|
jobs
by
mikejulietbravo
278 days ago
does the plugin architecture come with added overhead (assuming you add a lot of elements)?
1 comments
the_duke
278 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.
link
b_e_n_t_o_n
278 days ago
It depends on if the ECS needs to sync its data with external (non-ecs) systems.
link