본문 바로가기

Programming/Manim Lectures

[01]Introduction to Manim

반응형

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

 

[02]Building a development environment

To use Mimim, you need to install some required libraries and Mimim package. Since the file to be downloaded is a bit large (especially Miktex, a library for inputting formulas), the entire download..

infograph.tistory.com

Go To: Table of Contents

반응형