A user-friendly GUI application for creating text and SVG animations using Manim.
- Text and LaTeX animation support
- SVG animation support
- Multiple animation styles for entrance and exit
- Color customization (solid and gradient)
- Font size control
- Preview functionality
- High-quality video export
- Dark/Light theme toggle
- Keyboard shortcuts
- Clone the repository:
git clone https://github.com/yourusername/ManimUI.git
cd ManimUI- Install the required dependencies:
pip install -r requirements.txtRun the application:
python manim_ui.py- Enter your text or LaTeX formula
- Choose animation style, colors, and timing
- Preview the animation
- Export to video
- Select an SVG file
- Adjust scale and animation parameters
- Preview the animation
- Export to video
- Ctrl/Cmd + R: Update Preview
- Ctrl/Cmd + E: Export Animation
- Ctrl/Cmd + T: Toggle Theme
- Python 3.7+
- Manim
- PyQt6
- FFmpeg (for video rendering)
MIT License