You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tool for live presentations using either [manim](http://3b1b.github.io/manim/) or [manim-community](https://www.manim.community/).
6
+
Tool for live presentations using either [manim-community](https://www.manim.community/). Currently, support for 3b1b's manim is not planned.
7
7
8
8
> **_NOTE:_** This project is a fork of [`manim-presentation`](https://github.com/galatolofederico/manim-presentation). Since the project seemed to be inactive, I decided to create my own fork to deploy new features more rapidly.
9
9
@@ -65,6 +65,7 @@ Default keybindings to control the presentation:
65
65
| Right Arrow | Continue/Next Slide |
66
66
| Left Arrow | Previous Slide |
67
67
| R | Re-Animate Current Slide |
68
+
| V | Reverse Current Slide |
68
69
| Spacebar | Play/Pause |
69
70
| Q | Quit |
70
71
@@ -122,11 +123,10 @@ Here are a few things that I implemented (or that I'm planning to implement) on
122
123
-[x] Only one cli (to rule them all)
123
124
-[x] User can easily generate dummy config file
124
125
-[x] Config file path can be manually set
125
-
-[] Play animation in reverse [#9](https://github.com/galatolofederico/manim-presentation/issues/9)
126
+
-[x] Play animation in reverse [#9](https://github.com/galatolofederico/manim-presentation/issues/9)
126
127
-[x] Handle 3D scenes out of the box
127
-
-[ ] Can work with both community and 3b1b versions (not tested)
128
128
-[ ] Generate docs online
129
-
-[] Fix the quality problem on Windows platforms with `fullscreen` flag
129
+
-[x] Fix the quality problem on Windows platforms with `fullscreen` flag
0 commit comments