manimgl-best-practices
✓在以下情况下触发:(1) 用户提到“manimgl”或“ManimGL”或“3b1b manim”,(2) 代码包含 `from manimlib import *`,(3) 用户运行 `manimgl` CLI 命令,(4) 使用 InteractiveScene、self.frame、self.embed()、ShowCreation() 或 ManimGL 特定模式。 ManimGL 的最佳实践(Grant Sanderson 的 3Blue1Brown 版本)——基于 OpenGL 的交互式开发动画引擎。涵盖 InteractiveScene、Tex with t2c、相机帧控制、交互模式(-se 标志)、3D 渲染和 checkpoint_paste() 工作流程。 不适用于 Manim 社区版(使用“manim”导入和“manim”CLI)。
SKILL.md
Read individual rule files for detailed explanations and code examples:
| Import | from manimlib import | from manim import | | CLI | manimgl | manim | | Math text | Tex(R"\pi") | MathTex(r"\pi") | | Scene | InteractiveScene | Scene | | Create anim | ShowCreation | Create | | Camera | self.frame | self.camera.frame | | Fix in frame | mob.fixinframe() | self.addfixedinframemobjects(mob) |
This skill contains example code adapted from 3Blue1Brown's video repository by Grant Sanderson.
在以下情况下触发:(1) 用户提到“manimgl”或“ManimGL”或“3b1b manim”,(2) 代码包含 `from manimlib import *`,(3) 用户运行 `manimgl` CLI 命令,(4) 使用 InteractiveScene、self.frame、self.embed()、ShowCreation() 或 ManimGL 特定模式。 ManimGL 的最佳实践(Grant Sanderson 的 3Blue1Brown 版本)——基于 OpenGL 的交互式开发动画引擎。涵盖 InteractiveScene、Tex with t2c、相机帧控制、交互模式(-se 标志)、3D 渲染和 checkpoint_paste() 工作流程。 不适用于 Manim 社区版(使用“manim”导入和“manim”CLI)。 来源:adithya-s-k/manim_skill。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/adithya-s-k/manim_skill --skill manimgl-best-practices- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 manimgl-best-practices?
在以下情况下触发:(1) 用户提到“manimgl”或“ManimGL”或“3b1b manim”,(2) 代码包含 `from manimlib import *`,(3) 用户运行 `manimgl` CLI 命令,(4) 使用 InteractiveScene、self.frame、self.embed()、ShowCreation() 或 ManimGL 特定模式。 ManimGL 的最佳实践(Grant Sanderson 的 3Blue1Brown 版本)——基于 OpenGL 的交互式开发动画引擎。涵盖 InteractiveScene、Tex with t2c、相机帧控制、交互模式(-se 标志)、3D 渲染和 checkpoint_paste() 工作流程。 不适用于 Manim 社区版(使用“manim”导入和“manim”CLI)。 来源:adithya-s-k/manim_skill。
如何安装 manimgl-best-practices?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/adithya-s-k/manim_skill --skill manimgl-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/adithya-s-k/manim_skill