Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaroyster/manim-repl
Run 3blue1brown's manim on repl.it!
https://github.com/lunaroyster/manim-repl
3b1b-manim manim math replit
Last synced: about 1 month ago
JSON representation
Run 3blue1brown's manim on repl.it!
- Host: GitHub
- URL: https://github.com/lunaroyster/manim-repl
- Owner: lunaroyster
- License: mit
- Created: 2019-12-13T21:23:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T02:58:30.000Z (about 2 years ago)
- Last Synced: 2023-08-07T03:38:30.465Z (over 1 year ago)
- Topics: 3b1b-manim, manim, math, replit
- Language: Shell
- Homepage: https://repl.it/github/lunaroyster/manim-repl
- Size: 207 KB
- Stars: 21
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manim-repl [![Run on Repl.it](https://repl.it/badge/github/lunaroyster/manim-repl)](https://repl.it/github/lunaroyster/manim-repl)
## 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](https://i.imgur.com/MWBshCh.gif)
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](https://github.com/lunaroyster/manim-repl/issues)