3b1b-manim/active_projects/ode/all_part1_scenes.py

16 lines
391 B
Python

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