Create a lot of objects at short time

Hi,

My client ask me to create an animation like this https://www.youtube.com/watch?v=uev21NTzom8

Can this be achieved with Phaser without a performance or memory issues ? if yes, what object type I need to use?

Thanks

Blitter game object, see these examples

1 Like

Or a RenderTexture. It’s only 1 object, you’re drawing instead of animating :slight_smile:

2 Likes

I don’t know why but if I use blitter, the performance is 10% worse if objs more than 5k.

y8h

Solved thanks!