[02]Building a development environment
[02-1]Basic environment configuration and required library installation
[02-2]Download and Install the Manim package
[02-3]Using the Manim in the new directory
[02-4]Multilingual setting in LaText
[03-1] Create "Hello Manim" (notepad++)
[03-2] Create "Hello Manim" (PyCham)
[03-3] Explain about "Hello Manim" code
[03-5] Manim execution arguments
[03-6] Manim Components : Coordinate, Mobject, Animation)
[04-2] Move to absolute position(move_to)
[04-3] Move to absolute position(to_edge)
[04-4] Move to absolute position(to_corner)
[04-5] Move to relative position(next_to)
[04-6] Move to relative position(shift)
[04-7] Examples: Object moving animation
[05-1]Common methods of Mobject
[05-1-B]Dimensional methods: get_width/height/top, set_width/height
[05-1-C]Aligning methods: align_to, arrange, arrange_in_grid
[05-1-D]Coloring methods: set_color, set_color_by_gradient
[05-1-E]Shape changing methods: scale, rotate
[05-1-F]Status methods: copy, save_state, restore
[05-2-A] Text: for general text string
[05-2-B]TexMobject: for equation
[05-2-C] TextMobject: for Equation and Text
[05-3-B] Line series(1/2): Line/DashedLine
[05-3-D] Polygon series(1/2): Polygon/Triangle/ArrowTip
[05-3-E] Polygon series(2/2): Rectangle/Square/Rounded Rectangle
[05-3-F] Arc series: Arc/ArcBetweenPoints/CurvedArrow
[05-3-G]Arc series(2/2): Circle/Dot/CurvedDoubleArrow/...
[05-3-H] Other Shapes: Elbow/CubicBezier
[05-4] Numbers: DecimalNumber/Integer
[05-5-A] Graph from ParametricFunction/FunctionGraph
[05-5-B] Graph Line: NumberLine
[05-5-C] Graph Coordinate: Axes
[05-5-D] Grid Background: NumberPlane
[05-5-E] Scene for Graph: GraphScene
[06-1-A] Animation Class and Rate Function
[06-1-B] Animation : Creation series
[06-1-C] Animation : Indicating series
[06-1-D] Animation : Move/Rotating series
[06-1-E] Animation : Transformation series (1/3)
[06-1-F] Animation : Transformation series (2/3)
[06-1-G] Animation : Transformation series (3/3)
[06-1-I] Animation : Special Effect
[06-2] Animation by Object's Method
[06-3] Animation by Object Updating
'Programming > Manim Lectures' 카테고리의 다른 글
[06-3-C] Use Updating Class (0) | 2020.06.09 |
---|---|
[06-3-B] Use always_redraw (0) | 2020.06.09 |
[06-3-A] Use add_updater (0) | 2020.06.09 |
[06-3] Animation by Object Updating (0) | 2020.06.09 |
[06-2] Animation by Object's Method (0) | 2020.06.09 |