mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Changed ode folder to be named diffyq, since many of these are pde videos
This commit is contained in:
18
active_projects/diffyq/all_part4_scenes.py
Normal file
18
active_projects/diffyq/all_part4_scenes.py
Normal file
@ -0,0 +1,18 @@
|
||||
from active_projects.ode.part4.staging import *
|
||||
from active_projects.ode.part4.fourier_series_scenes import *
|
||||
from active_projects.ode.part4.pi_creature_scenes import *
|
||||
|
||||
OUTPUT_DIRECTORY = "ode/part4"
|
||||
SCENES_IN_ORDER = [
|
||||
ComplexFourierSeriesExample,
|
||||
ComplexFourierSeriesExampleEnd,
|
||||
FourierSeriesExampleWithRectForZoom,
|
||||
ZoomedInFourierSeriesExample,
|
||||
RelationToOtherVideos,
|
||||
WhyWouldYouCare,
|
||||
# Oldies
|
||||
|
||||
# FourierSeriesIllustraiton,
|
||||
# FourierNameIntro,
|
||||
# CircleAnimationOfF,
|
||||
]
|
Reference in New Issue
Block a user