Class structure, Rendering Settings, Shapes, and Basic Animation | Mastering Manim Chapter 1

preview_player
Показать описание
In this video we learn the structure behind our programs, different rendering settings, and some basic animation with shapes like Circles, Squares, Lines, and Triangles.

TIMESTAMPS:
1:08 - Using old 3B1B video files as a learning tool
2:12 - Hello World
2:30 - Class Structure
4:56 - Rendering Settings
5:40 - A Better Hello World
7:03 - How to Save your animation as a single image
8:37 - Circles, Squares, Lines, and Triangles (really any polygon)
11:20 - Animating Drawing the Shapes

*Note for Improvement* in this video I go pretty slow and explain everything, but in future videos, I'll be going faster and be more concise now that you know the basic commands. *
*I also want to display the animations we create throughout the video at the very beginning so you wouldn't have to scroll to the end of the video*

Rendering Settings:
Use the flat -l for a faster rendering at a lower quality.
Use -s to skip to the end and just save the final frame
Use the -p to have the animation (or image, if -s was used) pop up once done.
Use -n (number)to skip ahead to the n'th animation of a scene.
Use -r (number) to specify a resolution (for example, -r 1080 for a 1920x1080 video)

Shapes:
circle = Circle()
square = Square()

Tags:
#manim
#manimtutorial
#manim2020
#manimanimation
#manimpythontutorial
Рекомендации по теме
Комментарии
Автор

7:44 - pl does mean Preview at Low Quality, not preview large.

aiwithaz
Автор

I apologize if I sound like I have a nose full of splinters, I'll try my best to speak up in a better voice

aiwithaz
Автор

Hi "not so Lazy AZ",
Please continue to make MANIM tutorials you're the first one to explain it in such raw details. Pay no attention to lower views, you are awesome.

wayelkamal
Автор

Hi! I wanna know if your several tutorials are useful on CE version, because I've installed CE version and I wonder if the six tutorials you made are compatible. Thank you!

eltraductor_ok
Автор

Thanks for the tutorial
that's help me a lot
keep it up please
cheer!

lnwza-lwld
Автор

I keep on getting an error:
ModuleNotFoundError: No module named 'manimlib.stream_starter';
Please let me know what can I do about this?

devking
Автор

Thanks Alex, you have inspired me to learn Manim as well! Cheers :)

agwager
Автор

Very helpful video... And Good initiative.. you already know about the sound issue... Keep it up, and you could be next Theorem of Beethoven..

AKfire
Автор

Thank you for making this tutorial dude, really helpful!

puturavindrawiguna
Автор

Hope there's more to come, good job mate :)

JousefM
Автор

Great video! Does exist a manual to learn Manim??

tulliolevicivita
Автор

I got a question. When I tried to implement the code, the Command Line said that manimlib.imports isn't a module. Can you help me with this?

MasterShay
Автор

It gives me these problems:
Unable to import 'manimlib.imports'
Undefined variable 'scene'
Undefined variable 'Text Mobject'

I've already installed everything, and I ve tested everything

TigasCraft
Автор

Heyy..nycc one...do u have a cheat sheet of sorts for manim??

and also u could use the terminal for vscode..

adityams
Автор

we love a degenerate triangle

(great videos btw)

hannaherlebach
Автор

I am getting an error message of IndexError: list index out of range when I try to run your hello world example

rewirestrike