Manim is a Python library that allows you to create graphs and animations used in math and science that are difficult to produce with ordinary video production tools.
The famous Math YouTube channel 3Blue1Brown is making all the animations with this `Manim` library.
You can definitely see what you can do with Manim and see what's amazing about it by watching the video below explaining the Fourier Transform.
What is the Fourier Transform? A visual itroduction
As you can see from the video introduced above, using PowerPoint animations or graphs that are difficult to create with general video editing tools, the contents are intuitively brought into the minds of viewers.
In this lecture, I will show you how to make these videos using this Manim library, from the initial installation to the final production of movie clips.
You need to know the basic syntax for Python. The rest of the book will explain what you need then and then, so just follow the instructions and you will be able to make a video.
To follow this lesson, you need to know the basic grammar for Python. The rest will be explained in this lesson, so just follow the instructions and you will be able to make a video.
Next: [02]Building a development environment
Go To: Table of Contents
'Programming > Manim Lectures' 카테고리의 다른 글
[02-4]Multilingual setting in LaText (0) | 2020.05.31 |
---|---|
[02-3]Using the Manim in the new directory (0) | 2020.05.31 |
[02-2]Download and Install the Manim package (0) | 2020.05.31 |
[02-1]Basic environment configuration and required library installation (2) | 2020.05.31 |
[02]Building a development environment (0) | 2020.05.31 |