The Manim Cast #2 - The Overall Structure of Manim and your first Basic Animations [feat. @vcubingx]

Flammable Maths
Flammable Maths
28.4 هزار بار بازدید - 4 سال پیش - Support the channel by signing
Support the channel by signing up on Brilliant for FREE using the link https://brilliant.org/FlammableMaths ! =D
Subscribe to ‪@vcubingx‬! @vcubingx
Manim Cast Playlist: The Manim Cast #1 - Installing 3B1B's...

Timestamps:
0:00 Intro
1:07 Prerequisites for Manim
2:07 Object Oriented Structure of Manim
3:51 Structure of a Manim script
5:20 TextMobject
7:38 Multiple Scenes in one file
8:27 What is manimlib.imports?
9:02 TexMobject
11:30 SVGMobject
12:55 ImageMobject
14:05 Tips for exploring new Objects
15:53 Animations
16:05 Write
16:22 FadeIn
16:37 FadeOut
17:10 Transform
18:51 Learning new animations
19:15 Uncreate
19:22 self.add and self.remove
20:39 Changing run_time of animations
21:39 rate_func for animations

Today me and ‪@vcubingx‬ will talk more about 3Blue1Brown's math animation engine Manim! We will do a tutorial on the most basic animations and the overall structure of the python scripts being written for manim. Enjoy! =D

Code used:
from manimlib.imports import *

class TestScene(Scene):
 def construct(self):
   text = TextMobject("I literally h8 u.")
   text.scale(2)

   self.play(Write(text))
   self.wait()

class TestScene2(Scene):
 def construct(self):
   text = TextMobject("I literally $$3 u.")
   text.scale(2)

   self.play(Write(text))
   self.wait()

class TestScene3(Scene):
 def construct(self):
   bruh = SVGMobject("./thonk.svg")
   bruh.scale(2)

   self.play(Write(bruh))
   self.wait()

Useful links:
https://github.com/manim-kindergarten...

Help me create more free content! =)
Patreon: mathable

Merch :v - https://teespring.com/stores/papaflammy
                 https://www.amazon.com/shop/flammable...
                 https://shop.spreadshirt.de/papaflammy

Become a Member of the Flammily! :0 @papaflammy69

2nd Channel: @npcooking69

--------------------------------------------------------------------------------
Wanna send me some stuff? lel:

Postfach 11 15
06731 Bitterfeld-Wolfen
Saxony-Anhalt
Germany
--------------------------------------------------------------------------------

My Website: https://papaflammy.engineer/

Instagram: Instagram: flammablemaths

Flammy's subreddit: Reddit: FlammyBois

Twitter: Twitter: FlammableMaths

Facebook: Facebook: flammablemaths

Got some time to spare? Make sure to add captions to my videos! =) http://www.youtube.com/timedtext_cs_p...

Want to know more about me? Watch my QnA! =D Question and Answer Time with Papa Fl...
4 سال پیش در تاریخ 1399/03/11 منتشر شده است.
28,418 بـار بازدید شده
... بیشتر