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 Community Edition(`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 Community Edition(`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 Community Edition(`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에서 사용할 수 있습니다
소스 저장소는 어디인가요?
https://github.com/adithya-s-k/manim_skill