bevy_simple_tilemap icon indicating copy to clipboard operation
bevy_simple_tilemap copied to clipboard

Performance for many tiles / chunk size

Open Droggelbecher opened this issue 3 years ago • 0 comments

When I zoom out far in my application the framerate goes down drastically (in my case ~3-4 FPS), due to many render calls. It would be nice to:

a) Have chunk size configurable at programming time (so I can choose a good tradeoff for my specific game) b) Possibly have some way of dynamically changing the chunk size at run time (not sure that makes sense / is possible?)

Droggelbecher avatar May 21 '22 14:05 Droggelbecher