I want to make a few videos that combing animation and the math library in python. Think of something like a video
showing the equation 3x - 2y = 12 (animation)
plotting the intercepts (python)
drawing the line (python)
showing the steps to get y = (3/2)x - 6 (animation)
showing the rise and run for the slope and the y-intercept in the graph (python)
I have used synfig for animation before so my questions are
- how to best integrate the two into one video
- is there a programming language that would work better for basic animation in terms of moving things around, changing font colors, fade in & fade out, etc.?
- more as I think of them