Array-driven per-instance animation
Hold many independent instances' state in one array and update/draw each with the same loop each frame, instead of one variable per instance.
What it is
How it works
Parameters & tuning
Where it’s been used
Variants & neighbours
Go deeper
Connected to
Contrast with: Instanced-mesh particle animation
Kinds of this: Array-of-objects pattern