Welcome to Awesome Manim’s documentation!
Awesome Manim A community-driven list of awesome content creators utilizing the python framework Manim, which let’s you create mathematical animations! If you are or know any, please open an issue or contribute to the repository.
Note
This project is under active development.
Contents
Contributing
Thank you for your interest in contributing.
Contributing can be confusing, so here are a guide:
Install git:
For intructions see https://git-scm.com/.
Fork the project. Go to https://github.com/ManimCommunity/awesome-manim and click the “fork” button to create a copy of the repository for you to work on. You will also need a Github account.
Clone your fork to your local computer:
git clone https://github.com/<your-username>/awesome-manim.git
Warning
Do not clone the ManimCommunity/awesome-manim repository. You must clone your own fork.
Change the directory to enter the project folder:
cd awesome-manim
Do your alterations and then commit and push then:
git add <your-files> git commit -m "<message>" git push
Now you go to your github repository page and create a pull request.
Someone will check and accept or not your contribution