Metadata-Version: 2.1
Name: manim-studio
Version: 0.1.0
Summary: A GUI to easier make Manim animations
Home-page: https://github.com/MathItYT/manim-studio
Author: MathLike
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyQt6 (>=6.5.2)
Requires-Dist: manim (>=0.17.3)
Project-URL: Repository, https://github.com/MathItYT/manim-studio
Description-Content-Type: text/markdown

# Manim Studio

![Manim Studio](/logo.png)

Manim Studio is a Manim plugin to live-preview animations rendered with Cairo, and also it's useful for many other things!

## Features
- [x] Live preview for Cairo animations.
- [x] Saving and loading snippets.
- [x] Saving full scene snipets.
- [ ] Create slides with Manim Studio.
- [ ] Basic editing for Manim videos.
- [ ] Direct livestreaming with OBS.
- [ ] Snippet gallery.

## Requirements
- Installed Python 3.
- Installed Manim.
- Installed PyQt6.
- Installed Git.

## Steps to use
1. Once you have installed all the requirements, you must clone this repository.
   
   ```git clone https://github.com/MathItYT/manim-studio)https://github.com/MathItYT/manim-studio```
3. To use Manim Studio, simply go to manim-studio folder and run `main.py`.
   
   ```python main.py```
5. Use the program! We still don't have a documentation, but there will be one in the future!

