Creates animated explainer videos from concepts using Manim (Python) as a programmatic animation engine.
| references/scene-patterns.md | Common scene patterns for different concept types with reusable templates | | scripts/rendervideo.py | Wrapper around Manim CLI — handles quality, format, output path cleanup |
Manim is the "SVG of video" — you write Python code that describes animations declaratively, and it renders to MP4/GIF at any resolution. The Python scene file IS the editable intermediate: the user can see the code, request changes ("make the arrows red", "add a third step", "slow down the transition"), and only do a final high-quality render once satisfied. This makes the workflow iterative and controllable, exa...
Manim(Python)을 사용하여 모든 개념을 애니메이션 설명 동영상으로 바꿔보세요. 사용자가 기술 개념에 대한 애니메이션 시각화, 모션 그래픽 또는 비디오 출력(MP4/GIF)을 원할 때마다 사용하십시오. 포함 내용: 아키텍처 애니메이션, 데이터 흐름 시각화, 알고리즘 단계별 설명, 파이프라인 설명, 수학 증명, 비교, 에이전트 상호 작용, 교육 루프 또는 "X 애니메이션"/"X 비디오 만들기" 요청. 또한 기존 Manim 장면 편집 또는 다시 렌더링을 트리거합니다. 트리거 on: "비디오 만들기", "애니메이션 만들기", "설명 만들기", "비디오 컨셉", "마님 애니메이션", "비디오로 표시", "모션 그래픽", "이 프로세스 시각화" 또는 모든 컨셉 + 비디오/애니메이션 출력 요청. 기술적 아이디어에 대한 일상적인 "애니메이션" 요청에도 이 기술을 사용하세요. 출처: mathews-tom/praxis-skills.