See the original presentation here.
I have since re-adapted this material into an interactive blog post on my website.
Dependencies:
- Up to date installation of Rust.
- Up to date installation of Python.
- Manim Community Edition v0.18 and manim-slides v5.1
- Make
Run all the simulations first by running make run-all-simulations
.
Then render all the videos by running make build-video-all q=h
. (Beware, this will take some time!)
This will generate videos into a media/
folder. To build the slides, run make build-slides-html
which will generate the final slides into the docs/
folder.
The animations for the blog are in the slides_blog.py
file. You can build them by using the analogeous Makefile-blog
file by passing it via the -f
flag to make
.