Code I use to animate my mathematics videos. Note: I can't guarantee that all of it works, or that it's understandable.
- Install the dependency, Manim Community, by following their instructions.
- Clone this repository to your computer.
- In the cloned directory, run a command of the type
manim -pql INSERT_PYTHON_FILE.py INSERT_SCENE_NAME
. For examplemanim -pql kelly_criterion.py Intro
. - To learn more, explore Manim's Documentation.