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.
- Host: GitHub
- URL: https://github.com/berglucas/manim-dataflow-analysis
- Owner: BergLucas
- License: mit
- Created: 2024-11-03T19:07:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:17:26.000Z (5 months ago)
- Last Synced: 2025-01-06T17:27:08.848Z (5 months ago)
- Topics: dataflow-analysis, manim
- Language: Python
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).