Manine Commands
A VS Code extension for Manim animation development, providing essential commands to streamline your workflow.
Features
- Run Manim Scene: Execute Manim scenes directly from the editor with smart cursor detection
- Exit Manim Process: Cleanly terminate running Manim processes
- Checkpoint Paste Commands: Multiple paste options for code checkpointing
- Mirrored Directory Opening: Quick access to related project directories
Requirements
- ManimGL installed and available in PATH
- Python 3.7 or higher
- VS Code 1.80.0 or higher
Usage
- Open a Manim Python file
- Use command palette (Ctrl+Shift+P) to run:
Manine: Run Scene to execute the current scene
Manine: Exit to stop running Manim processes
- Various paste commands for checkpoint management
Extension Settings
This extension contributes the following settings:
manineCommands.terminalName : Custom name for Manine terminal instances
Known Issues
- Focus management may vary between different VS Code window configurations
- Line number detection works best with standard Python class formatting
Release Notes
0.0.1
Initial release with core functionality
0.0.1
| |