question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Manim current status and contribution guidelines

See original GitHub issue

Hello everyone, I will explain the current status of manim in this issue.

Now there are three main manim versions, and their differences:

  1. The master branch of 3b1b/manim: Rendering on GPU using OpenGL and moderngl. Support interaction and have higher efficiency.
  2. 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.
  3. 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:

Lastly, thank you very much for using manim and willing to contribute. Enjoy yourself ! 😄

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:24
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
3b1bcommented, Feb 4, 2021

What is the current status of the shaders branch?

It is now merged as the new master.

0reactions
TonyCranecommented, Nov 3, 2021

why could be such situation: self.play(grid.animate.apply_function… then it shows ( AttributeError: ‘NumberPlane’ object has no attribute ‘animate’)

Please open a new issue. I guess you are using the old version of 3b1b/manim.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found