Post
Animations generated by math at runtime instead of being hand-crafted frame by frame.
Instead of playing pre-made animation clips, procedural animation uses algorithms, physics simulations, and inverse kinematics to generate movement in real-time. Feet plant on uneven terrain naturally, characters reach for objects at the right angle, and ragdoll physics take over when things go sideways. The big advantage is adaptability -- procedural systems handle situations an animator could never anticipate. The downside is that pure procedural animation can look floaty or robotic, which is why most modern games blend hand-crafted keyframes with procedural adjustments.
Example
Rain World uses almost entirely procedural animation for its creatures, and the result is uncanny. Slugcat and the predators that hunt it move with organic, reactive weight that feels alive in a way hand-animated sprites can't replicate. Every movement responds to the terrain and physics in real-time.
Why it matters
Procedural animation is becoming increasingly important as games get more systemic and open-ended. Hand-animating every possible scenario in an open-world game is impossible. For players, it's the reason modern characters feel more grounded and reactive than they did a decade ago.
Related concepts