jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
446 stars 48 forks source link

[FEATURE] Interactive Feature with Mouse and Keyboard #380

Closed semikernel closed 6 months ago

semikernel commented 7 months ago

Description

Screenshots

No response

Additional information

No response

jeertmans commented 7 months ago

Hello! The interactive features you are suggesting cannot be integrated with Manim Slides, sadly.

This is because Manim Slides uses nothing but rendered videos to generated (static) slides. The Mobject.on_mouse_motion and related methods are available only if (and while) you use the OpenGL renderer Windows with Manim.

If you want to have such interactivity, I am afraid that the best is maybe just to stuck to Manim and the OpenGL live preview renderer.

jeertmans commented 6 months ago

Closing this issue as this is not part of this project's scope.