3b1b-manim/active_projects/ode/all_part1_scenes.py
2019-03-20 13:07:53 -07:00

16 lines
381 B
Python

from active_projects.ode.part1.pendulum import *
from active_projects.ode.part1.staging import *
OUTPUT_DIRECTORY = "ode/part1"
ALL_SCENE_CLASSES = [
IntroducePendulum,
MultiplePendulumsOverlayed,
# FormulasAreLies,
MediumAnglePendulum,
MediumHighAnglePendulum,
HighAnglePendulum,
LowAnglePendulum,
# Tests
PendulumTest,
VectorFieldTest,
]