Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, and in this repository, we've curated some of the most fascinating animations using Manim.
- 🔘 Sets In Math
sets_in_math.mp4
To use the animations in this repository, you need:
Clone the Repository:
git clone https://github.com/Inc44/ManimAnims.git
Navigate to the desired animation script and run it using Manim's CLI. For instance, to render an animation from sets_in_math.py
:
manim sets_in_math.py
If you want to compress your lossless videos and save space, consider converting them to the AV1 or H264 format using FFMPEG:
ffmpeg -i input.mov -c:v libsvtav1 -preset 6 -pix_fmt yuv420p10le output.mp4
ffmpeg -i input.mov -c:v libx264 -preset placebo output.mp4
Feel free to tweak the animations to suit your needs. Modify parameters, colors, and equations within the scripts to customize the visuals.
We highly encourage contributions! Whether you want to add a new animation or improve an existing one, all changes are welcome. Please initiate an issue for discussions before submitting a pull request.
This collection is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC-4.0) License. For comprehensive details, refer to LICENSE.md.