Manim Physics#

Welcome to the manim-physics official documentation!

Installation#

manim-physics is a package on pypi, and can be directly installed using pip:

pip install manim-physics

Warning

Please do not directly clone the github repo! The repo is still under development and it is not a stable version, download manim-physics through pypi.

Usage#

Include the import at the top of the .py file

from manim_physics import *

Index#