Particle simulations are a useful technique for livening up your computer animations!
A particle here refers to a point which moves in a way, often in relation to nearby particles, that looks interesting in aggregate.
The trick is to make each individual particle fast to update & render, such that you can fill the screen with as many as you want!
Often, but not always, they render as images facing the screen.
1/2!