The course is kind of all over the place. There isn't a lot of focus in the content and the quality of the teaching is inconsistent. Grant's videos were the best by far.
Grant has been one of the inspirations since my early BE days (that was years ago). I got so much inspired from manim that I tried to make my own animation tool, panim [0] where I implemented mathematical concepts I understood. Nowadays, whenever I am in a rut, I jump back to panim and try to jot down my ideas into code.
I always wondered how 3B1B makes the animations in his videos. Super pleased to see it's available as a Python library. Can't wait to play around with this!
As a teacher, I'd like to use this in presentation slides, i.e. pause the output at specific times and continue only after a button is pressed. Does anyone know if there exists a tool, e.g., to automatically pause MP4 playback at specific times?
I built exactly this in my Manim-based library, code-video-generator [1] (via the code-video-generator command and the --slides flag). It basically turns any Manim scene.wait() call into a pause that I can then advance with a clicker. I used it for this video [2], where I was recording in front of a green screen, but wanted the exact control when the animation continued. code-video-generator played the video fullscreen, which I then captured via obs [3] and used the obs display as a monitor to see if I was pointing at the right spot. Was a bit tricky to get all set up but worked pretty well.
This allows you to e.g. get the current time (get_time) and pause playback (pause). So you just have to write a small script that issues the commands the way you want and you'll be good.
if you are comfortable with LaTeX, you can use the animate package on beamer slides. It does just that, and allows both playing the animation or running it frame by frame (fwd and back).
manim works by generating a "partial movie file" for each animation, i.e. a single mp4 file for each scene.wait() call and so on. The final output just stitches these together.
I did exactly what you want using a small reveal.js plugin that parses the list of partial files generated by manim and inserts the corresponding video files into the presentation in thst order, it worked quite well. Let me know if you're interested and I'll throw it up on a GitHub gist.
The single most awesome visualization I've seen to date that uses Manim and Grant has made some amazing stuff. This video removes all mystery of how ReLU activation works. [0]
It reminds me of the quote from SICP whenever i a domain specific languages frameworks etc
"Establishing new languages is a powerful strategy for control-ling complexity in engineering design; we can often enhance ourability to deal with a complex problem by adopting a new lan-guage that enables us to describe (and hence to think about)the problem in a different way, using primitives, means of com-bination, and means of abstraction that are particularly wellsuited to the problem at hand." -- Harold Abelson
This is amazing. I'm looking for a low-code / no-code version of something like this for my video essays. Right now I have to rely on Adobe After effects which is a) costly and b) a little too much kitchen sink.
[+] [-] sidpatil|5 years ago|reply
According to the original Manim's readme, it's recommended to use the Community Edition, since it's updated more often.
[+] [-] dang|5 years ago|reply
Show HN: I made a parser visualizer using manim - https://news.ycombinator.com/item?id=26382729 - March 2021 (15 comments)
A Manim Code Template - https://news.ycombinator.com/item?id=24985609 - Nov 2020 (1 comment)
Manim: Animation engine for explanatory math videos - https://news.ycombinator.com/item?id=24926947 - Oct 2020 (19 comments)
Manim – 3Blue1Brown's animation engine for explanatory math videos - https://news.ycombinator.com/item?id=19716019 - April 2019 (80 comments)
This one is a dupe because Oct 2020 was less than a year ago (https://news.ycombinator.com/newsfaq.html) but I think we can leave it up.
[+] [-] melling|5 years ago|reply
https://computationalthinking.mit.edu/Fall20/lecture26/
I believe he was going to do some of the visualizations
[+] [-] sitkack|5 years ago|reply
[+] [-] beforeolives|5 years ago|reply
[+] [-] snicker7|5 years ago|reply
0: https://github.com/Wikunia/Javis.jl
[+] [-] bradrn|5 years ago|reply
[+] [-] nishparadox|5 years ago|reply
(Say, "panim" name might be a gimmick?)
--- [0] - https://github.com/NISH1001/panim
[+] [-] oroul|5 years ago|reply
[+] [-] bunje|5 years ago|reply
[+] [-] mrdonbrown|5 years ago|reply
[1] https://github.com/sleuth-io/code-video-generator [2] https://youtu.be/e21hJnB9J5k?t=44 [3] https://obsproject.com/
[+] [-] qiqitori|5 years ago|reply
This allows you to e.g. get the current time (get_time) and pause playback (pause). So you just have to write a small script that issues the commands the way you want and you'll be good.
[+] [-] enriquto|5 years ago|reply
[+] [-] _hl_|5 years ago|reply
I did exactly what you want using a small reveal.js plugin that parses the list of partial files generated by manim and inserts the corresponding video files into the presentation in thst order, it worked quite well. Let me know if you're interested and I'll throw it up on a GitHub gist.
[+] [-] gnicholas|5 years ago|reply
Or you could pause the video manually; in Keynote, press K to play/pause.
[+] [-] unknown|5 years ago|reply
[deleted]
[+] [-] pncnmnp|5 years ago|reply
Some of their older documentation (now less relevant) is available on Internet Archive: https://web.archive.org/web/20200122124703/https://manim-tb-...
[+] [-] zappo2938|5 years ago|reply
[0]https://www.youtube.com/watch?v=gmjzbpSVY1A
[+] [-] rsj_hn|5 years ago|reply
[+] [-] fortran77|5 years ago|reply
מנים
[+] [-] pixelbath|5 years ago|reply
Examples in a presentation: http://acko.net/files/gltalks/pixelfactory/online.html#35
Some documentation: https://github.com/unconed/mathbox/blob/master/docs/intro.md
[+] [-] john4532452|5 years ago|reply
"Establishing new languages is a powerful strategy for control-ling complexity in engineering design; we can often enhance ourability to deal with a complex problem by adopting a new lan-guage that enables us to describe (and hence to think about)the problem in a different way, using primitives, means of com-bination, and means of abstraction that are particularly wellsuited to the problem at hand." -- Harold Abelson
[+] [-] Dentrax|5 years ago|reply
[0] https://youtu.be/gmjzbpSVY1A?t=52
[+] [-] _up|5 years ago|reply
[+] [-] jmartrican|5 years ago|reply
[+] [-] penguin_booze|5 years ago|reply
[+] [-] krmmalik|5 years ago|reply
Suggestions welcome.
[+] [-] kumartarun|5 years ago|reply
[+] [-] mhh__|5 years ago|reply
[+] [-] druidmaster|5 years ago|reply
[+] [-] shurane|5 years ago|reply
Really enjoy these kinds of tools. Though I wish you didn't need an account to preview or upload content to manim.
[+] [-] NL807|5 years ago|reply
[+] [-] abaga129|5 years ago|reply