ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
21.45k stars 1.57k forks source link

Manim presentation slides #2611

Open Volker-Weissmann opened 2 years ago

Volker-Weissmann commented 2 years ago

Enhancement proposal

I wrote a script to turn manim animations into presentation slides. Maybe we should add this somewhere on https://docs.manim.community .

naveen521kk commented 2 years ago

fyi, there exists https://github.com/ManimCommunity/manim_editor

behackl commented 2 years ago

Thank you! There is already one solution for producing slides that we maintain ourselves over at https://github.com/ManimCommunity/manim_editor -- but if you packaged and released your code over on PyPI (using a name starting with manim-), then it would be included in our plugin list over at https://plugins.manim.community.

(EDIT: Naveen's comment did not load for me until after I submitted my answer.)

Volker-Weissmann commented 2 years ago

I'm not sure, if packaging it into a python package is a great idea. I think it is better to provide it as a template.

Some notes on https://docs.manim.community/ about https://github.com/ManimCommunity/manim_editor and the other presentation solutions would be nice, as I only found out about them now. I looked for something like that here:

https://docs.manim.community/en/stable/search.html?q=slides https://docs.manim.community/en/stable/search.html?q=presentation

jeertmans commented 5 months ago

Hey @Volker-Weissmann, your issue was opened a long time ago, but I wanted to point-out that I created Manim Slides, a Python package that helps to create (and presenting) slides from Manim animations :-)