Skip to content

lunaroyster/manim-repl

Repository files navigation

manim-repl Run on Repl.it

Instructions to run on Repl.it

  1. Run: Click the 'Run on Repl' button above to launch the project on repl.it. That installs manim and other dependencies.

  2. Use: Once installation completes, you can begin using manim. Here's an example command: python ./manim/manim.py -l ./manim/example_scenes.py SquareToCircle. That renders a video, which you can find in the media folder.

The Rendered Video

Note: The file explorer might take a moment to update the new directory structure.

Next steps:

  • Build a tiny webserver to browse and display math animations at the repl.run url
  • Consider if there's a way to save and stream animations that doesn't require rendering to a video file

Take a look at the issues here