Manim Extensions¶
manim_extensions is an extension toolkit for Manim Community, providing extra mobjects, geometric utilities, animation effects, and curated third-party plugins to help you create mathematical animations more efficiently.
What is in this package?¶
The library is organised into four areas:
- Core extensions (
manim_extensions) Additional mobjects and helpers built directly on top of Manim:
ChineseMathTex– Chinese-aware LaTeX rendering withxeCJK.LabelDot,MathTexLine,MathTexBrace,MathTexDoublearrow– annotated geometric primitives.ExtendedLine,PerpendicularLine,PerpendicularSign– construction-style line helpers.CircleInt(),LineCircleInt(),LineInt(),LineArcInt(),TangentPoint()– analytic geometry utilities.VisDrawArc()andTypeWriter– ready-to-use animations.
- Bundled plugins
Three popular Manim plugins are included as subpackages and Git submodules, with full API documentation and attribution to the original authors:
Quick Links¶
GitHub repository: https://github.com/ExploreMaths/manim_extensions
PyPI package: https://pypi.org/project/manim_extensions/
Manim Community: https://www.manim.community/
Getting Started¶
Install the latest stable release from PyPI:
pip install manim_extensions
The only runtime dependency is manim.
Then head over to the Quick Start guide for a hands-on introduction, or browse the Example Gallery gallery.