Thanks for the kind words - and enjoy exploring the library! I'll need to find some time to produce the next episode, but I should manage to upload something until end of next week or so. :-)
Very very wonderluf video. I am a really big Grant's fan and nowadays I started wondering how to work with Manim and your video gave me this felling of "having superpowers". I am amazed
I remember you! You helped me out a two years ago with manim :) I am using it again, but now for my discipline of numerical optimization. I am happy to see you are doing videos on UA-cam. Thanks for all knowledge shared!
Brilliant Benjamin! I have no experience in coding, Initially Manim looked daunting to me, then I followed your tutorial line by line and now I am confident to dive deep into it. Thanks! and keep up the good work!
I discovered your channel by chance. Your videos are so amazing you deserve millions of followers. I learned a lot from you. Thank you very much from Morocco ❤️🇲🇦
Gracias. Simplemente, gracias. Hace mucho tiempo me había animado a aparender Manim pero no había tenido la disciplina y tú me has animado a seguir. Gracias, Doc!
Been trying to motivate myself to learn Manim for quite a few years now. Always gave up because of lack of a good resource (what is a good resource is subjective) on UA-cam. This video (and playlist) is just what I was looking for. Thanks a lot, Benjamin!
It's Cool!! I'm korean student. I don't know english. But I turned in the English subtitles and slowly followed this video. This video is much better than reading the manim community. Very intuitively! Thank you a lot. (Hey, Desmos. I don't need any more you. XD )
Thanks very much for this nice walkthrough video, it took me some time to set up the environment properly. But after that everything went on smoothly. I enjoyed learning it a lot.
Thank you so much for the video. I think it was very helpful and the "Chapter divisions" are just great because if you don't have the time to watch the whole video in one sitting, you can watch it per parts. Also, I think it would be very helpful to put the Remark on Transfrom vs. ReplacementTransform in the documentation (id it's not there yet) . I also like very much the peace you explain with..
Hi Around 17:50 you say "if you have VS code set up correctly" you can have hints. I'm struggling to get these working in a Jupyter notebook in VS code. Can you give me a hint on how to set it up?
Has anyone since come up with a better library do you think for this purpose? I'm interested in starting to use it but just wonder is if there is a software that is more 'standard' for such things?
2 роки тому
Very usefull, thank you! It really makes you want to get started :D
It was really nice. By the way, a small query: I don't know much about Object Oriented Programming, but, as far as I know about classes and objects, a "class" is a template for a data type and an "object" is a concrete instance of that class. So, here we constructed the animation in a class inherited from the "Scene" class. But, then don't we have any object here, which is an instance of this class ? Or is it so that when manim runs the program, it creates an object of this class automatically ?
You are spot on: when using the manim executable, an object of your scene class is created and its render method is called. You can do that yourself too; my_scene = MySceneClass() followed by my_scene.render(), then run the file as an ordinaty Python script.
Hey i had a question if replacementtransform works just better than transform why not completely scrape original transform and rename replacement transform to transform
Thank you for the video! what would the code bo to run on the command line if I wanted to run multiple classes?. For instance, taking your video as an example: how would I run the class "SecondExample" and then the class "SqaureToCircle"
You should be able to run, for example, manim -qm -p your_file.py SecondExample SquareToCircle but if not, you can just call manim -qm -p your_file.py to get to a menu where you can select which scenes to render.
@@behackl Sorry to bother, but when I do that it plays like only one second of "SecondExample" and then the full video of SquareToCircle. Any other commands to run multiple classes?
What exactly do you mean with "play"? The preview that opens after rendering? Separate scenes produce separate video files, and the CLI simply opens the system's preferred video player as soon as the video is done rendering. The CLI does not support merging the two videos into one.
@@behackl Ohh, that is why then. How would you merge two videos into one? Do you use a video editor? Or is there a way to merge two videos into one with the command line? Since I find really annoying to writte all the code in only one class in order for the video to be a continuous thing
Hey! I used reveal.js ( revealjs.com ); in case you'd like to take a look at my slides directly, they are deployed here: behackl.github.io/manim-with-ease/slides/e01.html -- and you can find the sources here: github.com/behackl/manim-with-ease
Hey! Manim can be a good motivator to learn Python, maybe take a look at try.manim.community -- depending on how well you can follow the content there, or the examples I go through in my tutorial series, it might work fine. However, I'd still recommend properly learning Python; you will have a bad time in the long run otherwise. :-)
I installed manim locally via pip3 and I can import it in Python without error. However, trying to execute the manim command in the command line yields "command not found". Can someone help me fix this? How do I render my programm?
Check out this answer in our FAQ: docs.manim.community/en/latest/faq/installation.html#i-am-using-windows-and-get-the-error-x-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file -- seems like a path issue, and actually pip should have emitted some warnings about it as well. If you can run Python, try prefixing your commands with "python -m".
My english is horrible, but your videos are amazing!. Thanks for your clarity. Im really studing yor content about manim. Thanks a lot!! from Mexico. Note: If you add subtitles it would help me a lot to advance faster. Thanks a lot!! again
Hello! Are you using VS Code? If so, did you make sure that the active Python interpreter is set to whichever version you have installed Manim to? (When using the Python extension, there should be a field in the blue status bar at the bottom of the program that displays which interpreter is currently used.) Otherwise, I'd recommend to ask for help in Manim's Discord or so, UA-cam comments is not the easiest channel to get support over. :-)
@@behackl . I am using 3.9.9 , and I do not know how to check weather the interrupter is using the same version as Manim;and how can I make the Python interpreter be the same as the version which the Manim does use if they are not compatible? Thank you ☺
I am sensing this tutorial series will be really helpful for everyone, given the fact that there are so many outdated tutorials out there. Thanks! Also I have a question that's bugging me for a long time. Let's suppose I want to create Circle from the 0th second till the 2th second (Total duration: 3 seconds), and I want to create Square from the 1th second till the 4th second (Total duration: 4 seconds). How to do this?
Thank you -- indeed, I try to mainly talk about aspects that I think are more or less stable and futureproof. :-) As for your question, getting something like this to work is a bit tricky. The best way I can think of right now is by creating an AnimationGroup consisting of the two animations, and then editing the anims_with_timings attribute manually to get the desired timeline. It would be nice to have an example for actually doing that somewhere, I agree.
@@behackl Thank you. I too make basic math videos using manim. I am beginner in manim and trying to learn its advanced tool. In case you are interested to visit my channel, here's the link: ua-cam.com/channels/K-7n_oyFQhL1ZrmT_e5ojQ.html
Haha, it is rare that I get feedback regarding talking too slow -- but for these videos I tend to agree (I did put some effort towards speaking slowly; it's easier to watch sped up videos than slowed down ones in my opinion). :-)
Hey! Thanks for the suggestion -- I haven't used Reveal.js a lot (yet) though, so I'm not sure that I would be able to share anything particularly interesting about it. Maybe at some point in the future. :-)
we're always open for discussing how things can be streamlined and made less confusing -- the best place to drop some feedback is the dev channel in our discord at manim.community/discord :-)
Thanks for the video! Don't want to be weird, but is it possible to have the future videos with a dark background? Watching this at night burns my eyeballs out... Still looking forward for this series!
Haha, good thing I didn't use the light background from the last 30sec throughout the video - not sure I want to go much darker than the green I already have in the intro, but I'll keep it in mind! :-)
Wonderful introduction, thank you so much. I'll start playing around with manim, and can't wait for the next episode in this series!
Thanks for the kind words - and enjoy exploring the library!
I'll need to find some time to produce the next episode, but I should manage to upload something until end of next week or so. :-)
Very very wonderluf video. I am a really big Grant's fan and nowadays I started wondering how to work with Manim and your video gave me this felling of "having superpowers". I am amazed
I remember you! You helped me out a two years ago with manim :) I am using it again, but now for my discipline of numerical optimization. I am happy to see you are doing videos on UA-cam. Thanks for all knowledge shared!
The way he said "and I did a PHD in that"🥶🥶🥶☠💀
🤓
Excellent intro. Just the right balance of simplicity and detail. Thanks
Thank you very much Benjamin for this. Amazingly put. Well structured, easy to grasp and clean and clear language. Loved it.
High quality tutorial format. It should definitely be part of Manim documentation, websites, etc. Thank you.
Brilliant Benjamin! I have no experience in coding, Initially Manim looked daunting to me, then I followed your tutorial line by line and now I am confident to dive deep into it. Thanks! and keep up the good work!
Very clear! The explanation is smooth calm and effective :) Gut gemacht! Thanks a lot
Love the way you explain things. Very calm and a bit soothing.
I discovered your channel by chance. Your videos are so amazing you deserve millions of followers. I learned a lot from you. Thank you very much from Morocco ❤️🇲🇦
Thank you very much for the kind words!
Gracias. Simplemente, gracias. Hace mucho tiempo me había animado a aparender Manim pero no había tenido la disciplina y tú me has animado a seguir.
Gracias, Doc!
Been trying to motivate myself to learn Manim for quite a few years now. Always gave up because of lack of a good resource (what is a good resource is subjective) on UA-cam. This video (and playlist) is just what I was looking for. Thanks a lot, Benjamin!
Extremely thankful for your contribution to Manim Community!!!❤❤❤❤❤
Many thanks for creating this video of Manim. It serves as a great incentive to further my knowledge of Python with purposeful means.
Benjamin, Thank you so much for this great tutorial. I am novice in Manim and found your tutorial very helpful and effective.
Read the documentation, and this served as both as a great explainer and revision to what I had learnt. Thanks man!
It's Cool!! I'm korean student. I don't know english.
But I turned in the English subtitles and slowly followed this video.
This video is much better than reading the manim community.
Very intuitively! Thank you a lot.
(Hey, Desmos. I don't need any more you. XD )
*Thank you so much, Benjamin! I interacted with you on discord today. Going through your series right now. Just amazing!*
This is the best video on manim I have seen till now. Amazing work sir.
Very easy to follow! you are great teacher ! thank you for wonderful tutorial :) looking forward for next tutorials
Thank you for the kind words! :-)
Many Many thanks for creating this video of Manim.
Thank you Dr. Hackl. I am a math teacher. This is wonderful. Grateful.
This was extremely helpful, thank you for making this video!
Dear Benjamin thank you for your best explanation
Thank you! This is amazing! So excited to start and you make wonderful videos!
Brilliant video for a coding newbie like me thanks!
Thanks very much for this nice walkthrough video, it took me some time to set up the environment properly. But after that everything went on smoothly. I enjoyed learning it a lot.
Great explanation... Calm and straight to the point...
Amazing guide.... Plzzz keep making the series
Thank you so much for the video. I think it was very helpful and the "Chapter divisions" are just great because if you don't have the time to watch the whole video in one sitting, you can watch it per parts. Also, I think it would be very helpful to put the Remark on Transfrom vs. ReplacementTransform in the documentation (id it's not there yet) . I also like very much the peace you explain with..
Thanks for the kind words, I appreciate it! :-)
instant sub. keep up the awesome work!
Thank you!
I’m a beginner and not good at English. I try hard to understand what you say. Your tutorial videos are Very Helpful! Thanks a lot!
Thank you! Fantastic introduction!
Perfect video, thank you
Great work Benjamin!
Great tutorial. Thank you so much. I'm using this to try and make better content for my mathematics class :D
Good luck! :-)
Thanks a lot! very well structured & explained
Very useful video, thanks!
Thanks!
Thank you, much appreciated! :-)
Thanks for the efforts in making this videos
Excellent, great teacher!
Amazing intro to Manim! Now I'll try and add it to my Data Analysis work
Can you tell exactly how it will be used in Data Analysis ?
Hi Around 17:50 you say "if you have VS code set up correctly" you can have hints. I'm struggling to get these working in a Jupyter notebook in VS code. Can you give me a hint on how to set it up?
Has anyone since come up with a better library do you think for this purpose? I'm interested in starting to use it but just wonder is if there is a software that is more 'standard' for such things?
Very usefull, thank you! It really makes you want to get started :D
정말 많이 배웠습니다. 소중한 영상 올려주셔서 감사합니다 ^^
Thank you. Very helpful video!!!
For this tutorial you got me as a fan :)
Great Tutorial! Thanks!
thank you for you content, this is actually good
Well done
8:10 code: class, scene construct method, self, variables, objects, position, add (to canvas) ,...
Just one word ------> Excellent. Really nice explanation . And can yu pls zoom in whe yu write code ?
Thank you! I think it is slightly better in the later episodes; I'll continue to try and improve it. :-)
Absolutely cold 🥶
Great. Thank Benjamin!
My god. THANK YOU!
Great tutorial
How to add a moving dot on the curvature or boundary or axes?
Question: what is the Python interpreter that you used, that gives you all the data about shapes and whatnot? Like the one displayed at 17:41.
VS Code (and pretty much any other IDE) will do that once you set the Python interpreter of the IDE to the one Manim has been installed to.
It was really nice. By the way, a small query:
I don't know much about Object Oriented Programming, but, as far as I know about classes and objects, a "class" is a template for a data type and an "object" is a concrete instance of that class. So, here we constructed the animation in a class inherited from the "Scene" class. But, then don't we have any object here, which is an instance of this class ? Or is it so that when manim runs the program, it creates an object of this class automatically ?
You are spot on: when using the manim executable, an object of your scene class is created and its render method is called. You can do that yourself too; my_scene = MySceneClass() followed by my_scene.render(), then run the file as an ordinaty Python script.
@@behackl Yes, it works. Understood. Thanks.
thank you for your work,please make the audio less base, I think audio is not clear and adjusted enough for tutoring purposes
Fantastic, thank you.
Bravo!
Hey i had a question if replacementtransform works just better than transform why not completely scrape original transform and rename replacement transform to transform
They work exactly the same, the difference is just whether after Transform(a, b) you need to continue with a or b.
Thanks for the tutorial.
Some Feedback: make the font size bigger, please.
Thanks for the feedback! It should be a bit better in the later episodes.
Excelente, muchas gracias!!
Yes, it was extremely useful.
Thank you for the video! what would the code bo to run on the command line if I wanted to run multiple classes?. For instance, taking your video as an example: how would I run the class "SecondExample" and then the class "SqaureToCircle"
You should be able to run, for example,
manim -qm -p your_file.py SecondExample SquareToCircle
but if not, you can just call
manim -qm -p your_file.py
to get to a menu where you can select which scenes to render.
@@behackl Lovely, so after I type "manim -pqm your_file.py" I just keep typing the classes I want to render in order. Thank you very much!
@@behackl Sorry to bother, but when I do that it plays like only one second of "SecondExample" and then the full video of SquareToCircle. Any other commands to run multiple classes?
What exactly do you mean with "play"? The preview that opens after rendering? Separate scenes produce separate video files, and the CLI simply opens the system's preferred video player as soon as the video is done rendering. The CLI does not support merging the two videos into one.
@@behackl Ohh, that is why then. How would you merge two videos into one? Do you use a video editor? Or is there a way to merge two videos into one with the command line? Since I find really annoying to writte all the code in only one class in order for the video to be a continuous thing
wow awesome video. thanks alots
Hey, what did you use to make the slides?
Hey! I used reveal.js ( revealjs.com ); in case you'd like to take a look at my slides directly, they are deployed here: behackl.github.io/manim-with-ease/slides/e01.html -- and you can find the sources here: github.com/behackl/manim-with-ease
see you in the next video !
thanks
Thanks for thissss
Thanks a lot!
Hi !
I dont know anything about python, can I Learn how to use manim anyway?
or I should know somethings about python ?
please help : )
Hey! Manim can be a good motivator to learn Python, maybe take a look at try.manim.community -- depending on how well you can follow the content there, or the examples I go through in my tutorial series, it might work fine. However, I'd still recommend properly learning Python; you will have a bad time in the long run otherwise. :-)
I installed manim locally via pip3 and I can import it in Python without error. However, trying to execute the manim command in the command line yields "command not found". Can someone help me fix this? How do I render my programm?
Check out this answer in our FAQ: docs.manim.community/en/latest/faq/installation.html#i-am-using-windows-and-get-the-error-x-is-not-recognized-as-an-internal-or-external-command-operable-program-or-batch-file -- seems like a path issue, and actually pip should have emitted some warnings about it as well. If you can run Python, try prefixing your commands with "python -m".
@@behackl Thank you for the quick answer! Using "python -m manim" instead works perfectly fine! Now I can start experimenting!
My english is horrible, but your videos are amazing!. Thanks for your clarity. Im really studing yor content about manim. Thanks a lot!! from Mexico. Note: If you add subtitles it would help me a lot to advance faster. Thanks a lot!! again
Thanks for the suggestion! I'll try to make adding the subtitles a more consistent part of my workflow for future videos. :-)
@@behackl Thanks!
Wowwww💗💓💓
great Video! Subbed :)
I've set up manim completely yet the auto completion or the definition of arguments still does not appear how can i do so?
Hello! Are you using VS Code? If so, did you make sure that the active Python interpreter is set to whichever version you have installed Manim to? (When using the Python extension, there should be a field in the blue status bar at the bottom of the program that displays which interpreter is currently used.)
Otherwise, I'd recommend to ask for help in Manim's Discord or so, UA-cam comments is not the easiest channel to get support over. :-)
@@behackl . I am using 3.9.9 , and I do not know how to check weather the interrupter is using the same version as Manim;and how can I make the Python interpreter be the same as the version which the Manim does use if they are not compatible?
Thank you ☺
Subscribed!
mantab bang
Wonderful, the coding a little hard on the eyes
I am sensing this tutorial series will be really helpful for everyone, given the fact that there are so many outdated tutorials out there. Thanks!
Also I have a question that's bugging me for a long time. Let's suppose I want to create Circle from the 0th second till the 2th second (Total duration: 3 seconds), and I want to create Square from the 1th second till the 4th second (Total duration: 4 seconds). How to do this?
Thank you -- indeed, I try to mainly talk about aspects that I think are more or less stable and futureproof. :-)
As for your question, getting something like this to work is a bit tricky. The best way I can think of right now is by creating an AnimationGroup consisting of the two animations, and then editing the anims_with_timings attribute manually to get the desired timeline. It would be nice to have an example for actually doing that somewhere, I agree.
thank you!!!
Nice video. Can you please tell how did you set this background? Any specific video editor?
You mean in the intro? Yeah, I have a green screen behind me and used a video editor; in this case DaVinci Resolve.
@@behackl Thank you. I too make basic math videos using manim. I am beginner in manim and trying to learn its advanced tool. In case you are interested to visit my channel, here's the link: ua-cam.com/channels/K-7n_oyFQhL1ZrmT_e5ojQ.html
Tip: to get a normal talking speed, set the playback at 1.25
Haha, it is rare that I get feedback regarding talking too slow -- but for these videos I tend to agree (I did put some effort towards speaking slowly; it's easier to watch sped up videos than slowed down ones in my opinion). :-)
Will you be doing more videos in English? It would be very appreciated.
Sure, all videos in this series about Manim will certainly be in English. :-)
Thank you! Btw, it would be great if you do some videos of Reveal js
Hey! Thanks for the suggestion -- I haven't used Reveal.js a lot (yet) though, so I'm not sure that I would be able to share anything particularly interesting about it. Maybe at some point in the future. :-)
thanks for the video. Manim is a wonderful concept. Too bad that is unsuable, with this ovecomplicated CLI config, re-render all the time, approach
gem!
nice !
34:30 It has not been replaced/fixed 🤣
There are too many unneeded and repeated functions or methods in the engine, which makes it confusing for starters
we're always open for discussing how things can be streamlined and made less confusing -- the best place to drop some feedback is the dev channel in our discord at manim.community/discord :-)
Thanks for the video! Don't want to be weird, but is it possible to have the future videos with a dark background? Watching this at night burns my eyeballs out...
Still looking forward for this series!
Haha, good thing I didn't use the light background from the last 30sec throughout the video - not sure I want to go much darker than the green I already have in the intro, but I'll keep it in mind! :-)
@@behackl The green in your background and the color scheme of VScode is fine! Just the "presentation" parts I find hard to watch :P
Ahh, yes! I actually forgot about my presentation theme. 😅 I completely understand - thanks for the feedback!
@@behackl lol, sure, no problem!
Ep2 , when?
It should be up within the next 12h or so.
@@behackl as count dooku said: i have being looking forward for this
@@thomassouza5853 ua-cam.com/video/1Fv0Nu-Tb7Q/v-deo.html :-)
@@behackl this is where the fun begins
respect
I want this guy to be my friend
It would be better to add the word “MANIM” in the title. It helps for the searching
Excellent point, thanks for the feedback! I have slightly adapted the titles. :-)
@@behackl great!
Eres "La Leche" Camarada