bevy_editor_pls icon indicating copy to clipboard operation
bevy_editor_pls copied to clipboard

Virtualized Entity List

Open kulkalkul opened this issue 3 years ago • 0 comments

Apps with more than hundred thousand entities make ui unusable and consume so much memory. I did encounter this with both my own tile map implementation and bevy_ecs_tilemap. This can be reproduced with adding EditorPlugin into examples/bench.rs of bevy_ecs_tilemap.

Not sure if possible or how easy to impelement with current state of crates used, but a virtualized/windowed list would solve this. I can maybe tackle this and figure out how possible it is in my free time if that's okay for you.

kulkalkul avatar May 18 '22 16:05 kulkalkul