Metadata-Version: 2.1
Name: manim-studio
Version: 0.7.1
Summary: A GUI for Manim
Author: MathItYT
Author-email: benjamin.ubilla@uc.cl
Requires-Python: >=3.9,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: manim (>=0.18.0,<0.19.0)
Requires-Dist: pyqt6 (>=6.6.1,<7.0.0)
Requires-Dist: setuptools (>=69.1.1,<70.0.0)
Description-Content-Type: text/markdown

# Manim Studio

![Manim Studio](https://raw.githubusercontent.com/MathItYT/manim-studio/main/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 Manim animations made with Cairo.
- [x] Work with Manim Mobject using the GUI.
- [x] Export to a Python file the code of the animation.
- [x] A live cell to interactively insert code into the scene.
- [ ] Create animations with the GUI.
- [ ] Create animations with AI.
- [ ] Collaborate with other people in the same project.

## Requirements to install
### Install with `git`
- Installed Python 3.
- Installed Manim.
- Installed PyQt6.
- Installed Git.

### Install with `pip`
`pip` installs all the requirements automatically, but you must have Python 3 installed.

## Steps to use
   The documentation is available [here](https://mathityt.github.io/manim-studio/), so there you can learn how to use Manim Studio.

   **Warning:** The documentation is a work in progress, so it may not be complete. ⚠️

## Contributing
If you want to contribute to Manim Studio, you can do it by forking the repository and making a pull request. You can also contribute by reporting bugs or suggesting new features.

## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for more details.

