Welcome to the Manim Project! This repository contains animations and visualizations created using Manim, a powerful mathematical animation engine.
-
Clone the Repository:
git clone https://github.com/your-username/Manim_project.git cd Manim_project -
Install Dependencies: Ensure you have Python installed, then install Manim and other dependencies:
pip install manim
-
Run an Example: Render an example scene:
manim -pql example_scene.py ExampleClass
scenes/: Contains all the animation scripts.assets/: Stores additional resources like images or audio.output/: Generated animations will be saved here.
Feel free to fork this repository, create a new branch, and submit a pull request. Contributions are welcome!
This project is licensed under the MIT License.
Happy animating!