Manim Web Scene Authoring Docs
Documentation for writing scene scripts that run through actual Manim CE in Manim Web. Start with a first scene, learn the layout and animation model, and keep files aligned with real-Manim constraints.
What You Write
These docs are for the Python scene-writing surface: Scene, mobjects, animations, layout helpers, trackers, camera control, 3D scenes, text, audio, and assets.
Documentation Map
This docs set stays intentionally small: one short getting-started path, a focused set of script-writing guides, and runnable examples that show good pacing and composition.
Fast Paths
Write a first scene script, keep one renderable scene per file, and preview it successfully.
Learn how Scene, construct, add, play, wait, groups, and layering work together.
Position, align, group, and style mobjects for readable and stable compositions.
Use play, animate, transforms, indication animations, trackers, and updaters.
Move from flat scenes to camera-aware 3D composition with overlays and camera motion.
Use Text, Tex, MathTex, images, voiceovers, and background audio from scene scripts.
Use the examples catalog as a learning path for pacing, visual hierarchy, and known-good scene patterns.