Manim3 is a personal variant of manim. It aims at standardizing the project structure, improving rendering performance and providing additional features.
Manim3 runs on Python 3.12+ and OpenGL 4.3+.
You may install manim3 directly via
pip install manim3
to install the latest version distributed on pypi. Or, to catch up with the latest development and edit the source code, you may clone this repository via
git clone https://github.com/YishiMichael/manim3.git
cd manim3
pip install -e .
Additionally, there are other software dependencies to be installed:
- To generate video files, install ffmpeg.
- To use
TypstMobject
(includingText
,Math
,Code
), install typst.
The directory examples
provides several demo scenes. Under that directory, simply run any script via py xxx.py
. A window running a scene shall pop up.
MIT license