Welcome! This repository contains the code for my Manim animations featured on my YouTube channel: KushDoesSmth.
Here you'll find Python scripts and scene files used to create mathematical and educational animations with Manim.
-
Clone the repository and make a virtual enviorment:
git clone https://github.com/yourusername/anims.git cd anims python -m venv venv- Source the venv
-
Install Dependencies:
pip install -r requirements.txt
-
Render an animation:
manim file.py FileScene
Check out the rendered videos on my YouTube channel!
Feel free to open issues or submit pull requests for improvements or new ideas.
This project is licensed under the MIT License.
Created by Kush Dhingra