manforowicz / Manim-Videos

The code I used to animate mathematical videos.
79 stars 7 forks source link

Manim-Videos

Code I use to animate my mathematics videos. Note: I can't guarantee that all of it works, or that it's understandable.

How to View a Scene

  1. Install the dependency, Manim Community, by following their instructions.
  2. Clone this repository to your computer.
  3. In the cloned directory, run a command of the type manim -pql INSERT_PYTHON_FILE.py INSERT_SCENE_NAME. For example manim -pql kelly_criterion.py Intro.
  4. To learn more, explore Manim's Documentation.