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.

- **Downloads page:** https://github.com/BergLucas/manim-dataflow-analysis/releases

## Requirements

The library requires:

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

## Download & Installation

There are two ways to download and install the library:

### Using Git

You can install the library using Git by running the following command:

```bash
pip install git+https://github.com/BergLucas/manim-dataflow-analysis.git
```

### Using the GitHub releases

You can download the library on the [downloads page](https://github.com/BergLucas/manim-dataflow-analysis/releases). Then, you can install the library 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.)

## Example

Here is a list of example repositories using the library:

- [https://github.com/UNamurCSFaculty/INFOM227_Animations](https://github.com/UNamurCSFaculty/INFOM227_Animations)

## License

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