Manim Studio
Paste your code, create your video
Sign Out
Sign In
Password
Sign In
Create
History
Manim Code
Drop .py or .txt file here
from manim import * class ExampleScene(Scene): def construct(self): title = Text("Hello IWS!", font_size=48) formula = MathTex(r"a^2 + b^2 = c^2", font_size=56) formula.next_to(title, DOWN, buff=0.8) self.play(Write(title)) self.play(Write(formula)) self.wait(1)
Upload File
Clear Editor
Paste code, or upload / drag & drop a
.py
or
.txt
file.
Scene
Quality
Low (fast preview)
Medium
High
Create Video
Result
No render yet.
Download Video
Video History
Refresh
View Code
Scene
Quality
Low
Medium
High
Re-render
Use in Editor
Close