A presentation about the relativistic addition of velocities.
- Python 3.x
- Manim (the code works on version 0.6.0)
- FFmpeg
- LaTeX
If you have every requisite listed above (on Windows, you must have everything added to PATH
), by calling
manim src/video.py [SCENE NAME]
you should be able to generate every scene of the script one by one, or if you prefer
manim src/video.py -a
allows you to create every scene with one command.
The script of the video was made by using MiKTeX (and the VSCode LaTeX extension), and you can find the PDF file in the root of the repository as well.
You can find a Desmos link in the first line of src/video.py
, showing some of the graphs exaplained in detail in the presentation. Furthermore, you can check the whole presentation in this .zip
file.