An open API service indexing awesome lists of open source software.

https://github.com/berglucas/manim-dataflow-analysis

manim-dataflow-analysis is a library that improves manim so that it can generate dataflow analysis animations.
https://github.com/berglucas/manim-dataflow-analysis

dataflow-analysis manim

Last synced: 3 months ago
JSON representation

manim-dataflow-analysis is a library that improves manim so that it can generate dataflow analysis animations.

Awesome Lists containing this project

README

        

# manim-dataflow-analysis

manim-dataflow-analysis is a library that improves [manim](https://www.manim.community/) so that it can generate dataflow analysis animations.

## Requirements

The application requires:

- [Python](https://www.python.org/) ~= 3.9
- [pip](https://pip.pypa.io/en/stable/)

## Download & Installation

There is only one way to download and install the application.

### Using the GitHub releases

You can download the application on the [downloads page](https://github.com/BergLucas/manim-dataflow-analysis/releases). Then, you can install the application by running the following command:

```bash
pip install manim-dataflow-analysis-X.X.X-py3-none-any.whl
```

(Note: The X.X.X must be replaced by the version that you want to install.)

## License

All code is licensed for others under a MIT license (see [LICENSE](https://github.com/BergLucas/manim-dataflow-analysis/blob/main/LICENSE)).