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

25 lines
651 B
Python
Raw Normal View History

from active_projects.ode.part3.staging import *
from active_projects.ode.part3.temperature_graphs import *
from active_projects.ode.part3.pi_creature_scenes import *
2019-05-29 18:28:40 -07:00
from active_projects.ode.part3.wordy_scenes import *
OUTPUT_DIRECTORY = "ode/part3"
SCENES_IN_ORDER = [
FourierSeriesIllustraiton,
FourierNameIntro,
CircleAnimationOfF,
LastChapterWrapper,
ThreeMainObservations,
SimpleCosExpGraph,
AddMultipleSolutions,
2019-05-29 18:28:40 -07:00
IveHeardOfThis,
FourierSeriesOfLineIllustration,
BreakDownAFunction,
ThreeConstraints,
OceanOfPossibilities,
InFouriersShoes,
AnalyzeSineCurve,
SineCurveIsUnrealistic,
]