Metadata-Version: 2.4
Name: manimpro
Version: 0.2.0
Summary: ManimPro: High-quality, portable, and user-friendly mathematical animation engine. Forked from Manim Community.
Project-URL: repository, https://github.com/manimpro/manimpro
Project-URL: documentation, https://docs.manimpro.org/
Project-URL: homepage, https://www.manimpro.org/
Project-URL: Bug Tracker, https://github.com/manimpro/manimpro/issues
Project-URL: Changelog, https://docs.manimpro.org/en/stable/changelog.html
Project-URL: Discord, https://www.manimpro.org/discord/
Author-email: The ManimPro Developers <contact@manimpro.org>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSE.community
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: audioop-lts>=0.2.1; python_full_version >= '3.13'
Requires-Dist: av<14.0.0,>=9.0.0
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: click>=8.0
Requires-Dist: cloup>=2.0.0
Requires-Dist: decorator>=4.3.2
Requires-Dist: importlib-metadata>=8.6.1; python_full_version < '3.10'
Requires-Dist: isosurfaces>=0.1.0
Requires-Dist: manimpango<1.0.0,>=0.5.0
Requires-Dist: mapbox-earcut>=1.0.0
Requires-Dist: moderngl-window>=2.0.0
Requires-Dist: moderngl<6.0.0,>=5.0.0
Requires-Dist: networkx>=2.6
Requires-Dist: numpy>=2.0
Requires-Dist: numpy>=2.1; python_full_version >= '3.10'
Requires-Dist: pillow>=9.1
Requires-Dist: pycairo<2.0.0,>=1.13
Requires-Dist: pydub>=0.20.0
Requires-Dist: pygments>=2.0.0
Requires-Dist: rich>=12.0.0
Requires-Dist: scipy>=1.13.0
Requires-Dist: scipy>=1.14.0; python_full_version >= '3.13'
Requires-Dist: screeninfo>=0.7
Requires-Dist: skia-pathops>=0.7.0
Requires-Dist: srt>=3.0.0
Requires-Dist: svgelements>=1.8.0
Requires-Dist: tqdm>=4.0.0
Requires-Dist: typing-extensions>=4.12.0
Requires-Dist: watchdog>=2.0.0
Provides-Extra: gui
Requires-Dist: dearpygui>=1.0.0; extra == 'gui'
Provides-Extra: jupyterlab
Requires-Dist: jupyterlab>=4.3.4; extra == 'jupyterlab'
Requires-Dist: notebook>=7.3.2; extra == 'jupyterlab'
Provides-Extra: webviewer
Requires-Dist: fastapi>=0.104.0; extra == 'webviewer'
Requires-Dist: uvicorn>=0.24.0; extra == 'webviewer'
Description-Content-Type: text/markdown

<p align="center">
    <a href="https://www.manimpro.org/"><img src="https://raw.githubusercontent.com/manimpro/manimpro/main/logo/cropped.png"></a>
    <br />
    <br />
    <a href="https://pypi.org/project/manimpro/"><img src="https://img.shields.io/pypi/v/manimpro.svg?style=flat&logo=pypi" alt="PyPI Latest Release"></a>
    <a href="https://hub.docker.com/r/manimpro/manimpro"><img src="https://img.shields.io/docker/v/manimpro/manimpro?color=%23099cec&label=docker%20image&logo=docker" alt="Docker image"> </a>
    <a href="https://mybinder.org/v2/gh/manimpro/jupyter_examples/HEAD?filepath=basic_example_scenes.ipynb"><img src="https://mybinder.org/badge_logo.svg"></a>
    <a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-red.svg?style=flat" alt="MIT License"></a>
    <a href="https://www.reddit.com/r/manimpro/"><img src="https://img.shields.io/reddit/subreddit-subscribers/manimpro.svg?color=orange&label=reddit&logo=reddit" alt="Reddit" href=></a>
    <a href="https://twitter.com/manimpro_dev/"><img src="https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40manimpro_dev" alt="Twitter">
    <a href="https://www.manimpro.org/discord/"><img src="https://img.shields.io/discord/581738731934056449.svg?label=discord&color=yellow&logo=discord" alt="Discord"></a>
    <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
    <a href="https://docs.manimpro.org/"><img src="https://readthedocs.org/projects/manimpro/badge/?version=latest" alt="Documentation Status"></a>
    <a href="https://pepy.tech/project/manimpro"><img src="https://pepy.tech/badge/manimpro/month?" alt="Downloads"> </a>
    <img src="https://github.com/manimpro/manimpro/workflows/CI/badge.svg" alt="CI">
    <br />
    <br />
    <i>High-quality, portable, and user-friendly mathematical animation engine</i>
</p>
<hr />

ManimPro is a high-quality, portable, and user-friendly mathematical animation engine for explanatory math videos. It's used to create precise animations programmatically, as demonstrated in the videos of [3Blue1Brown](https://www.3blue1brown.com/).

> [!NOTE]
> ManimPro is forked from the Manim Community Edition (ManimCE), which was originally forked from 3b1b/manim, a tool created and open-sourced by Grant Sanderson, creator of the 3Blue1Brown educational math videos. ManimPro focuses on enhanced portability, improved user experience, and professional-grade features for mathematical animation creation. If you would like to study how Grant makes his videos, head over to his repository ([3b1b/manim](https://github.com/3b1b/manim)).

## Table of Contents:

- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)
- [Docker](#docker)
- [Help with ManimPro](#help-with-manimpro)
- [Contributing](#contributing)
- [License](#license)

## Installation

> [!CAUTION]
> These instructions are for ManimPro _only_. Trying to use these instructions to install other versions of Manim or instructions from other versions to install ManimPro will cause problems. Read [this](https://docs.manimpro.org/en/stable/faq/installation.html#why-are-there-different-versions-of-manim) and decide which version you wish to install, then only follow the instructions for your desired version.

ManimPro requires a few dependencies that must be installed prior to using it. If you
want to try it out first before installing it locally, you can do so
[in our online Jupyter environment](https://try.manimpro.org/).

For local installation, please visit the [Documentation](https://docs.manimpro.org/en/stable/installation.html)
and follow the appropriate instructions for your operating system.

## Usage

ManimPro is an extremely versatile package. The following is an example `Scene` you can construct:

```python
from manimpro import *


class SquareToCircle(Scene):
    def construct(self):
        circle = Circle()
        square = Square()
        square.flip(RIGHT)
        square.rotate(-3 * TAU / 8)
        circle.set_fill(PINK, opacity=0.5)

        self.play(Create(square))
        self.play(Transform(square, circle))
        self.play(FadeOut(square))
```

In order to view the output of this scene, save the code in a file called `example.py`. Then, run the following in a terminal window:

```sh
manimpro -p -ql example.py SquareToCircle
```

You should see your native video player program pop up and play a simple scene in which a square is transformed into a circle. You may find some more simple examples within this
[GitHub repository](example_scenes). You can also visit the [official gallery](https://docs.manimpro.org/en/stable/examples.html) for more advanced examples.

ManimPro also ships with a `%%manimpro` IPython magic which allows to use it conveniently in JupyterLab (as well as classic Jupyter) notebooks. See the
[corresponding documentation](https://docs.manimpro.org/en/stable/reference/manimpro.utils.ipython_magic.ManimMagic.html) for some guidance and
[try it out online](https://mybinder.org/v2/gh/manimpro/jupyter_examples/HEAD?filepath=basic_example_scenes.ipynb).

## Web Viewer

ManimPro includes a built-in web viewer for previewing your rendered animations directly in your browser:

```sh
manimpro preview
```

This launches a lightweight web server that automatically discovers and displays all your rendered videos with a clean, responsive interface. Perfect for reviewing your work and sharing animations with others!

## Command line arguments

The general usage of ManimPro is as follows:

![manimpro-illustration](https://raw.githubusercontent.com/manimpro/manimpro/main/docs/source/_static/command.png)

The `-p` flag in the command above is for previewing, meaning the video file will automatically open when it is done rendering. The `-ql` flag is for a faster rendering at a lower quality.

Some other useful flags include:

- `-s` to skip to the end and just show the final frame.
- `-n <number>` to skip ahead to the `n`'th animation of a scene.
- `-f` show the file in the file browser.

For a thorough list of command line arguments, visit the [documentation](https://docs.manimpro.org/en/stable/guides/configuration.html).

## Documentation

Documentation is in progress at [ReadTheDocs](https://docs.manimpro.org/).

## Docker

The community also maintains a docker image (`manimpro/manimpro`), which can be found [on DockerHub](https://hub.docker.com/r/manimpro/manimpro).
Instructions on how to install and use it can be found in our [documentation](https://docs.manimpro.org/en/stable/installation/docker.html).

## Help with ManimPro

If you need help installing or using ManimPro, feel free to reach out to our [Discord
Server](https://www.manimpro.org/discord/) or [Reddit Community](https://www.reddit.com/r/manimpro). If you would like to submit a bug report or feature request, please open an issue.

## Contributing

Contributions to ManimPro are always welcome. In particular, there is a dire need for tests and documentation. For contribution guidelines, please see the [documentation](https://docs.manimpro.org/en/stable/contributing.html).

However, please note that ManimPro is currently undergoing active development. In general,
contributions implementing new features are welcome but should be discussed first.
The contribution guide may become outdated quickly; we highly recommend joining our
[Discord server](https://www.manimpro.org/discord/) to discuss any potential
contributions and keep up to date with the latest developments.

Most developers on the project use `uv` for management. You'll want to have uv installed and available in your environment.
Learn more about `uv` at its [documentation](https://docs.astral.sh/uv/) and find out how to install manimpro with uv at the [manimpro dev-installation guide](https://docs.manimpro.org/en/latest/contributing/development.html) in the manimpro documentation.

## How to Cite ManimPro

We acknowledge the importance of good software to support research, and we note
that research becomes more valuable when it is communicated effectively. To
demonstrate the value of ManimPro, we ask that you cite ManimPro in your work.
Currently, the best way to cite ManimPro is to go to our
[repository page](https://github.com/manimpro/manimpro) (if you aren't already) and
click the "cite this repository" button on the right sidebar. This will generate
a citation in your preferred format, and will also integrate well with citation managers.

## Code of Conduct

Our full code of conduct, and how we enforce it, can be read on [our website](https://docs.manimpro.org/en/stable/conduct.html).

## License

The software is double-licensed under the MIT license, with copyright by 3blue1brown LLC (see LICENSE), and copyright by ManimPro Developers (see LICENSE.community).
