# manim-liveview **Repository Path**: markhoo/manim-liveview ## Basic Information - **Project Name**: manim-liveview - **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 LiveView A VSCode extension to run and preview Manim scenes. ## Features - Select and run different Manim Scenes. - Set default rendering quality. - Automatically preview rendered videos/images in a side panel. - Display render time, scene name, file path, and code path. ## Usage 1. Open a Python file containing your Manim scenes. 2. Click on the "Run Manim Scene" command from the Command Palette (`Ctrl+Shift+P`). 3. Select the desired scene from the list. 4. The selected scene will be rendered with the default quality. 5. After rendering, the output will be displayed in the right sidebar along with details like render time and file paths. 6. You can change the rendering quality using the dropdown menu in the preview panel. ## Installation To install this extension, you need to clone this repository and load it into Visual Studio Code: 1. Clone the repository: ```bash git clone https://github.com/MarkHoo/manim-liveview.git cd manim-liveview ``` 2. Install dependencies: ```bash npm install ``` 3. Compile the TypeScript code: ```bash npm run compile ``` 4. Press `F5` in Visual Studio Code to start debugging or load the extension. ## Contributing Feel free to contribute by opening issues or submitting pull requests! ## License Apache2.0 © MarkHoo