본문 바로가기

Programming/Manim Lectures

[03]Hello Manim

반응형

The first thing to do when learning a programming language is to print a simple string like “Hello World”. Here again, we will make a video that prints "Hello Manim" string on the screen.  This way, you'll get a rough idea of how you created the video.

 

I use PyCham program when writing Python and Manim code. I've also used notepad++ and Visual Studio, but PyCham was the easiest and most effective when coding for Madam.

 

This chapter shows how to create and run the "Hellow Manim" program using notepad++ and PyCham. 

 

[03-1] Create "Hello Manim" (notepad++)

[03-2] Create "Hello Manim" (PyCham)

[03-3] Explain about "Hello Manim" code

[03-4] Watch samples (PyCham)

[03-5] Manim execution arguments

[03-6] Manim Components : Coordinate, Mobject, Animation)


Next: [03-1] Create "Hello Manim" (notepad++)

 

[03-1] Create "Hello Manim" (notepad++)

Let's make a video that displays the text 'Hello Manim' on the screen with notepad++ program and run the code using Command Prompt in Windows. You can also use notepad, not notepad ++, or a common t..

infograph.tistory.com

Go to: [99] Table of Contents

반응형