Manim
Manim是一个用于创建数学动画的Python库。最初由3Blue1Brown作者为个人项目而开发。目前由两个版本,一个是3b1b的,一个是manim社区版。
简介
时间轴
版本
名称 | 安装 | 描述 | 官网 |
---|---|---|---|
manim 3b1b版 | pip install manimgl | 也称ManimGL,通过OpenGL渲染。由 3Blue1Brown 的 Grant Sanderson 维护。 | https://github.com/3b1b/manim |
manim 社区版 | pip install manim | 由 Manim Community 开发团队维护,目标是更稳定易使用。 | https://github.com/ManimCommunity/manim |
安装
Windows
pip install manim
了解更多 >> Manim 社区版文档:安装/Windows
基础知识
资源
官网
- Manim 官网:https://github.com/3b1b/manim
- Manim 中文文档:https://docs.manim.org.cn/development/about.html
- Manim 社区版官网: https://www.manim.community/
- Manim 社区版源代码:https://github.com/ManimCommunity/manim