about.rst 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. About
  2. =====
  3. About Manim
  4. -----------
  5. Manim is an animation engine for explanatory math videos.
  6. You can use it to make math videos (or other fields) like 3Blue1Brown.
  7. There are mainly two versions here:
  8. - `3b1b/manim <https://github.com/3b1b/manim>`_ : Maintained by Grant Sanderson of 3Blue1Brown.
  9. Using OpenGL and its GLSL language to use GPU for rendering. It has higher efficiency,
  10. faster rendering speed, and supports real-time rendering and interaction.
  11. - `ManimCommunity/manim <https://github.com/ManimCommunity/manim>`_ : Maintained by Manim Community Dev Team.
  12. Using multiple backend rendering. There is better documentation and
  13. a more open contribution community.
  14. About this documentation
  15. ------------------------
  16. This documentation is based on the version in `3b1b/manim <https://github.com/3b1b/manim>`_.
  17. Created by `TonyCrane <https://github.com/TonyCrane>`_ ("鹤翔万里" in Chinese) and in production.
  18. Among them, the ``manim_example_ext`` extension for Sphinx refers to
  19. `the documentation of ManimCommunity <https://docs.manim.community/>`_.
  20. If you want to contribute to manim or this document, please see: :doc:`contributing`