# manim-runner **Repository Path**: markhoo/manim-runner ## Basic Information - **Project Name**: manim-runner - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 1. Open a Python file containing Manim scenes. 2. Run the command `Run Manim Scene` from the command palette or editor title bar. 3. Select a scene to render. 4. View the rendered video in the preview panel. ## Configuration - `manim-runner.defaultQuality`: Set the default rendering quality (`l`, `m`, or `h`).