manim_sandbox is a code repository managed and maintained by manim-kindergarten, with the aim of consolidating manim code and modules provided by us.
The code in this repository needs to be configured correctly with manim, some of which may be slightly modified on the basis of 3B1B's manim.
Some of these footage and addresses, etc., may result in the wrong path on your computer. Correct them if you want to run or use the code.
Due to limited level of programming and understanding of manim, code can sometimes be implemented in a bad way, so please understand.
In addition, some members in manim-kindergarten are creators in bilibili, thus many of the code in this repository were used in relevant video.
Below are links to some of our member's bilibili home page and related manim projects on GitHub:
We also work together and produced some amazing videos on bilibili:
Video List
Commit to utils
folder
- add
# from @author
at the top - put in the right subfolder
- add
import
inutils/imports.py
- specify doc string
- ensure code readability, comment may be needed
Commit to demo
folder
- add
# from @author
at the top - ensure code readability, comment may be needed
Commit to videos
folder
- add
# from @author
at the top - give out original link
# video address: https://......
in the source code,or upload the video effect (keeping the same file name)
Commit to assets
folder
- make sure the picture can be opened properly
Commit to our repo
- This repository is mainly used for study purpose. Contribution is always welcome
- We allow using some part of our code for video creation, but please indicate the origin
- It is strongly prohibited to make any public domain videos using the entire code (including but not limited to)
- Commercial use without permission is not allowed
Good luck !