create_scene
Initialize a new mathematical animation scene with specified resolution, frame rate, frame height, and background color, ready for adding elements and rendering to video.
Instructions
Create a new manimgl scene with the given configuration.
IMPORTANT: Always use MCP tools for scene operations. Do NOT write or execute standalone manim scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second for rendering. | |
| resolution | No | Resolution string like "WxH", e.g. "1920x1080". | 1280x720 |
| frame_height | No | The height of the coordinate frame in manim units. | |
| background_color | No | Hex color or named color for the background. | #333333 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||