Manim Runner
A VSCode extension to run and preview Manim scenes directly within the editor.
Features
- Parse Python files to detect Manim
Scene classes.
- Run Manim rendering commands via terminal.
- Preview rendered videos in a Webview panel.
- Adjust rendering quality interactively.
Requirements
- VSCode 1.50.0 or higher.
- Python 3 with Manim installed (
pip install manim).
- The Python extension for VSCode (recommended).
Usage
- Open a Python file containing Manim scenes.
- Run the command
Run Manim Scene from the command palette or editor title bar.
- Select a scene to render.
- View the rendered video in the preview panel.
Configuration
manim-runner.defaultQuality: Set the default rendering quality (l, m, or h).
| |