Skip to content

Commit a1c041d

Browse files
authored
chore(paper): add comparison section (#192)
Closes #188
1 parent 4fd3452 commit a1c041d

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

paper/paper.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ evolved very little since its inception and does not work with ManimGL.
5959
In 2022, Manim Slides has been created from manim-presentation, with the aim
6060
to make it a more complete tool, better documented, and usable on all platforms
6161
and with ManimCE or ManimGL. After almost a year of existence, Manim Slides has
62-
evolved a lot, has built a small community of contributors, and continues to
62+
evolved a lot (see
63+
[comparison section](#comparison-with-manim-presentation)),
64+
has built a small community of contributors, and continues to
6365
provide new features on a regular basis.
6466

6567
# Easy to Use Commitment
@@ -133,6 +135,31 @@ share your slides, which we discuss on our
133135
[Sharing your slides](https://jeertmans.github.io/manim-slides/reference/sharing.html)
134136
page.
135137

138+
## Comparison with manim-presentation
139+
140+
Starting from [@manim-presentation]'s original work, Manim Slides now provides
141+
numerous additional features.
142+
A non-exhaustive list of those new features is as follows:
143+
144+
* ManimGL compatibility;
145+
* playing slides in reverse;
146+
* exporting slides to HTML and PowerPoint;
147+
* 3D scene support;
148+
* multiple key inputs can map to the same action
149+
(e.g., useful when using a pointer);
150+
* optionally hiding mouse cursor when presenting;
151+
* recording your presentation;
152+
* multiple video scaling methods (for speed-vs-quality tradeoff);
153+
* and automatic detection of some scene parameters
154+
(e.g., resolution or background color).
155+
156+
The complete and up-to-date set of features Manim Slide supports is
157+
available in the
158+
[online documentation](https://jeertmans.github.io/manim-slides/).
159+
For new feature requests, we highly encourage users to
160+
[create an issue](https://github.com/jeertmans/manim-slides/issues/new/choose)
161+
with the appropriate template.
162+
136163
# Acknowledgements
137164

138165
We acknowledge the work of [@manim-presentation] that paved the initial structure

0 commit comments

Comments
 (0)