mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
19 lines
521 B
Python
19 lines
521 B
Python
from active_projects.diffyq.part4.staging import *
|
|
from active_projects.diffyq.part4.fourier_series_scenes import *
|
|
from active_projects.diffyq.part4.pi_creature_scenes import *
|
|
|
|
OUTPUT_DIRECTORY = "ode/part4"
|
|
SCENES_IN_ORDER = [
|
|
ComplexFourierSeriesExample,
|
|
ComplexFourierSeriesExampleEnd,
|
|
FourierSeriesExampleWithRectForZoom,
|
|
ZoomedInFourierSeriesExample,
|
|
RelationToOtherVideos,
|
|
WhyWouldYouCare,
|
|
# Oldies
|
|
|
|
# FourierSeriesIllustraiton,
|
|
# FourierNameIntro,
|
|
# CircleAnimationOfF,
|
|
]
|