Manim Code
Editor
Write beautiful math animations with AI assistance. Powered by Manim, the engine behind 3Blue1Brown.
1from manim import *23class ManimEditor(Scene):4 def construct(self):5 title = Text("ManimEditor", font_size=72)6 title.set_color_by_gradient(BLUE, GOLD)78 circle = Circle(radius=2, color=BLUE)9 square = Square(side_length=3, color=GOLD)1011 self.play(Write(title))12 self.play(title.animate.to_edge(UP))13 self.play(Create(circle))14 self.play(Transform(circle, square))15 self.play(FadeOut(square))Everything You Need
A complete toolkit for creating stunning mathematical animations.
AI Code Generation
Describe your animation in plain English. AI writes the Manim code.
Pro Code Editor
Monaco editor with syntax highlighting, autocomplete, and intellisense.
Instant Preview
See animations come to life in real-time. Iterate fast, ship faster.
Export Anything
Render 480p to 4K. MP4 or GIF. No watermarks. Completely free.
Lightning Fast
Cloud rendering on dedicated servers. Your laptop stays cool.
Save & Sync
Save projects locally or to the cloud. Your code, your way.
How It Works
From idea to animation in three simple steps.
Describe or Code
Tell the AI what you want to animate, or write Manim Python code directly.
>>> "Visualize the Fourier transform of a square wave"Preview & Tweak
See a live preview. Use the AI assistant to refine, or edit manually.
self.play(Create(axes), Write(label))Render & Export
Choose quality (480p → 4K), hit render, download. No watermarks, ever.
$ manim render scene.py -qh --format mp4Ready to Create?
Start building beautiful mathematical animations today. Free, open-source, powered by the same engine as 3Blue1Brown.
Open the Creator