I learned manim to help make content about machine learning (ML) and artificial intelligence (AI). If that interests you, then check out more videos on my channel! I also have some FREE machine learning resources on my website: michaelphammer.com/
Nice video. I have a problem with Manim: I have 2 wheels, A & B, and i need to A spin and move to the left, and B spin and move to the Right. How can you solve this?. This is a problem since i cant spin and move the same object at the same time 😢
Thanks! I think you can pass multiple animations into self.play. self.play(animation1, animation2). The Manim Community discord server has helped me a lot. You may be able to find a solution on there
Hey @believer8718, thanks for commenting! It's my pleasure. I'm not aware of any PDF lessons. I've been learning by experimenting, reading the Manim Community website, and searching through messages on the Manim Community's discord channel.
❤ awesome. Can you tell me if i can write mathematicals equations in it? Like Fraction, Function, etc. Like you can write in word. If so, is there a place that can help me out?
You can! The trick is to learn Latex. You may find these links helpful: docs.manim.community/en/stable/guides/using_text.html and en.wikibooks.org/wiki/LaTeX/Mathematics
Just checked out your channel...and it is great !!! Thanks. I use manim CE in docker container in virtual machine, and I am in learning phase about everything : fonts, animations,... + ffmpeg training (for basic mp3/mp4 handling) + SRT (soundtracks..). What shoud be useful would be "use case" templates. Example : how to replace powerpoint presentation or how to assemble furniture or how to cook some meal ;-) Because, ...many "examples" are available.... but like in cinema, it is not enough to know how to make a scene to make a movie
Hey! I found the documentation on the Manim Community website to be helpful: docs.manim.community/en/stable/installation.html You will need to be familiar with running commands in a terminal on your computer.
I learned manim to help make content about machine learning (ML) and artificial intelligence (AI). If that interests you, then check out more videos on my channel! I also have some FREE machine learning resources on my website: michaelphammer.com/
Simple but elegant.
Thank you! That was the plan 😄
I like the tom marvolo riddle > lord voldemort
Haha I’m happy you noticed that
great music choice, excellent video - exactly what's really needed
Honestly so useful, thanks :D
I'm glad you found it useful! I will make more manim videos. Right now I'm in the middle of some Machine Learning courses
I need to watch this video 1000x to memorize
It will be here when you need it!
Amazing and very helpful! Thank you so much! Just subscribed
Thank you for the comment and the subscribe! I’m glad it was helpful
Thank you so much! 감사합니다!
No problem!
Thank you, at first I didnt know how to use python. Now that i know how, i just needed to learn manim!
Python is awesome! Thanks for the comment
I'm late, but just want to say, thank you so much for these educational videos, truly a blessing
I’m glad you found it useful!
Thank you so much!!
You're welcome!
This is Gold, thank you for sharing, I Subscribed
@NIXO3D Thanks! I appreciate it
short and awesome 😊
Thanks!
Nice video.
I have a problem with Manim:
I have 2 wheels, A & B, and i need to A spin and move to the left, and B spin and move to the Right.
How can you solve this?.
This is a problem since i cant spin and move the same object at the same time 😢
Thanks! I think you can pass multiple animations into self.play. self.play(animation1, animation2). The Manim Community discord server has helped me a lot. You may be able to find a solution on there
Wait that means 3blue1brown uses this import and uses python in his videos, huh
Yes! He actually has his own version of manim that he created. I’m using the version that is supported by the manim community
@@michaelphammer damn, before i watched this video i didnt even know about manim, i think im gonna look into it now
He was created manim
He created the original manim and the community ran with it
this is just a beautiful video on Manim. wow
No way this has less than a thousand views!
Thank you! The view count has been slowly increasing over the past month
@@michaelphammer Will you be considering posting the code somewhere in the future? I think some example snippets would be really useful to many.
@@ianthehunter3532 Great idea. Done! github.com/mphammer/Manim-Mobjects-and-Animations/blob/main/README.md
@@michaelphammer Amazing! Thank you so much 😃
Great video!
Thanks!
I needed this video 😊😊
Thanks for letting me know! :D
@@michaelphammer No problem, I am behind you and support you until you reach fame
@@poklis Wow I appreciate that!! You are motivating me
@@michaelphammer not prblm proo
Firstly, thank you sir for what you do. Are there lessons in the format PDF to learn manim
Hey @believer8718, thanks for commenting! It's my pleasure. I'm not aware of any PDF lessons. I've been learning by experimenting, reading the Manim Community website, and searching through messages on the Manim Community's discord channel.
Epic!!!
Thanks!!!
De verdad...eres asombroso. ¡Muchísimas gracias!
❤ awesome.
Can you tell me if i can write mathematicals equations in it?
Like Fraction, Function, etc. Like you can write in word. If so, is there a place that can help me out?
You can! The trick is to learn Latex. You may find these links helpful: docs.manim.community/en/stable/guides/using_text.html and en.wikibooks.org/wiki/LaTeX/Mathematics
Just checked out your channel...and it is great !!! Thanks. I use manim CE in docker container in virtual machine, and I am in learning phase about everything : fonts, animations,... + ffmpeg training (for basic mp3/mp4 handling) + SRT (soundtracks..). What shoud be useful would be "use case" templates. Example : how to replace powerpoint presentation or how to assemble furniture or how to cook some meal ;-) Because, ...many "examples" are available.... but like in cinema, it is not enough to know how to make a scene to make a movie
Thanks! That’s a cool idea. I’m also in the learning phase to create videos about Machine Learning
Vou aprender
Nice Video
Warning: Harry Potter spoiler
You’re right! SPOILER ALERT!!
Hello, can anyone tells me how to install manim and use it through python? Thanks.
Hey! I found the documentation on the Manim Community website to be helpful: docs.manim.community/en/stable/installation.html You will need to be familiar with running commands in a terminal on your computer.
This is cool, I just can't help but be distracted by how terrible the kerning is by default! :)
Thanks! I just read that you can fix the kerning by using a larger text size and then scaling the mobject down :)
Does anyone here work with manim for animations on the front of web apps? It looks interesting for onscroll and hovers.
Export it and play as a video animation in web app