Manim current status and contribution guidelines
See original GitHub issueHello everyone, I will explain the current status of manim in this issue.
Now there are three main manim versions, and their differences:
- The
master
branch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency. - ManimCommunity/manim: (@ManimCommunity is being improved and will be released on pypi) Using multiple backend rendering. There is better documentation and a more open contribution community.
- The
cairo-backend
branch of 3b1b/manim: Rendering on the CPU using cairo. Relatively stable, no longer be developed.
If you want to contribute to manim:
- The master branch of 3b1b/manim: See https://3b1b.github.io/manim/development/contributing.html
- ManimCommunity/manim accepts a wider range of new features and pull requests.
- manim-kindergarten/manim_sandbox has a lot of new common classes in the
utils/
folder, and accepts pull requests.
Lastly, thank you very much for using manim and willing to contribute. Enjoy yourself ! 😄
Issue Analytics
- State:
- Created 3 years ago
- Reactions:24
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Contributing - Manim Community v0.17.1
Manim is currently undergoing a major refactor. In general, contributions implementing new features will not be accepted in this period. Other contributions ......
Read more >manim - PyPI
Manim is an animation engine for explanatory math videos. It's used to create precise ... For contribution guidelines, please see the documentation.
Read more >manim-physics - Python Package Health Analysis | Snyk
Further analysis of the maintenance status of manim-physics based on ... Contribution Guidelines · Other beautiful animations based on manim-physics ...
Read more >manim camera.move_to and camera.scale at the same time ...
Manim doesn't handle simultaneous animations called on the same mobject in that manner. Instead, you can actually chain animations with the ...
Read more >Creating math animations in Python with Manim - Gilbert Tanner
Creating your first Scene · The import statement on top imports everything needed to use Manim. · For running animations, you have to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is now merged as the new master.
Please open a new issue. I guess you are using the old version of 3b1b/manim.