Skip to content

Latest commit

 

History

History
130 lines (106 loc) · 6.07 KB

File metadata and controls

130 lines (106 loc) · 6.07 KB

Manim Community Edition

Animating technical concepts is traditionally pretty tedious since it can be difficult to make the animations precise enough to convey them accurately. Manim relies on Python's simplicity to generate animations programmatically, making it convenient to specify exactly how each one should run. Take a look at the :doc:`Example Gallery <../examples>` for some inspiration on how to create beautiful images and videos with Manim.

First Steps

Are you new to Manim and are looking for where to get started? Then you are in the right place!

Note

Please be aware that there are different, incompatible versions of Manim available. This version, the Community Edition of Manim (ManimCE), is a separate project maintained by the community, but it was forked from 3b1b/manim, the original Manim created and open-sourced by Grant Sanderson, creator of 3Blue1Brown educational math videos. Check our :ref:`installation FAQ <different-versions>` to learn more!

Finding Help

Are you struggling with installing or using Manim? Don't worry, we've all been there. Here are some good resources to help you out:

Navigating the Documentation

Here are some short summaries for all of the sections in this documentation:

Sharing Your Work

We'd love to hear from you and see your manimations on Twitter, Reddit, or Discord. If you're using Manim in a scientific context, instructions on how to cite a particular release can be found in our README.

License Information

Manim is an open-source library licensed under the MIT License, which applies to both the original and the community editions of the software. This means you are free to use, modify, and distribute the code in accordance with the MIT License terms. However, there are some additional points to be aware of:

  • Copyrighted Assets: Specific assets, such as the "Pi creatures" in Grant Sanderson's (3Blue1Brown) videos, are copyrighted and protected. Please avoid using these characters in any derivative works.
  • Content Creation and Sharing: Videos and animations created with Manim can be freely shared, and no attribution to Manim is required—although it is much appreciated! You are encouraged to showcase your work online and share it with the Manim community.

Index

.. toctree::
   :maxdepth: 2

   examples
   installation
   tutorials_guides
   reference
   plugins
   changelog
   contributing
   conduct

Localized with Crowdin