Skip to content

Latest commit

 

History

History
191 lines (162 loc) · 8.17 KB

README-EN.md

File metadata and controls

191 lines (162 loc) · 8.17 KB

logo

MIT License QQ manim tutorial

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.

About us

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:

Solara570 bilibili homepage
manim project on GitHub
cigar666 bilibili homepage
manim project on GitHub
鹤翔万里 bilibili homepage
manim project on GitHub
pdcxs bilibili homepage
manim project on GitHub
有一种悲伤叫颓废 bilibili homepage
manim project on GitHub

We also work together and produced some amazing videos on bilibili:

Video List
Cubical formulars
Envelope
manim tutorial 1: position and coordinate transform
manim tutorial 2: geometric classes
manim tutorial 3: color settings
manim tutorial 4: insert SVG, images, and texts
manim tutorial 5: coordinate systems and graph

About code specification & location

Ⅰ. Useful functions & classes

Commit to utils folder

  1. add # from @author at the top
  2. put in the right subfolder
  3. add import in utils/imports.py
  4. specify doc string
  5. ensure code readability, comment may be needed

Ⅱ. Demo

Commit to demo folder

  1. add # from @author at the top
  2. ensure code readability, comment may be needed

Ⅲ. Video project

Commit to videos folder

  1. add # from @author at the top
  2. give out original link # video address: https://...... in the source code,or upload the video effect (keeping the same file name)

Ⅳ. Some picture footage

Commit to assets folder

  1. make sure the picture can be opened properly

Ⅴ. Changes to manim source code

Commit to our repo

Statement about code use

  1. This repository is mainly used for study purpose. Contribution is always welcome
  2. We allow using some part of our code for video creation, but please indicate the origin
  3. It is strongly prohibited to make any public domain videos using the entire code (including but not limited to)
  4. Commercial use without permission is not allowed

Good luck !