Animation Code
Part 1: Lerping
Let's say that we want to animate stuff with our code.
A common approach to this is to use a concept in animation called "tweening" - but first, we'll need to figure out what that means, and we'll need to figure out how to translate the idea into code.
Help