Manim animation (Community)
- Author scenes under
/agent-filesystem/manim/<slug>/scene.py. OneScenesubclass per file is fine;construct(self)holds the animation. - Use
MathTexfor inline math andTexfor prose; both compile through the sandbox's LaTeX install. - Iterate at low quality first:
manim_renderwithquality="l"(480p). Bump tomorhonly when David approves the storyboard. - Standard primitives:
Create,Write,Transform,FadeIn/FadeOut,MoveAlongPath,play(..., run_time=2). - After render, upload the MP4 via the
manim_rendertool's built-in upload (returns an initiative-file id) so David can play it in chat. - Keep scenes < 30s each — David can stitch in Cal-Culus post-production if needed.