manim-mpv-presentation is a tool for playing presentations generated by Manim using the mpv media player. It was created as a lightweight alternative to the awesome manim-slides.
- Run
pdm sync -G test
to install manim pdm run manim -qh --save_sections -a example/example.py
pdm run mpv_pres.py media/videos/example/1080p60/sections Scene1 Scene2
All standard mpv keybindings are available. The following keys are the most common ones used in presentations:
q
: Quit presentationf
: Toggle fullscreenspacebar
:- if no animation is playing: plays next section
- if animation is currently playing: skips to last frame of current animation
>
: Skips to next section (required to break out of a loop)<
: Goes to previous section
GPLv3