https://github.com/k8gb-io/k8gb-manim
Simple animation explaining the k8gb functionality
https://github.com/k8gb-io/k8gb-manim
Last synced: 3 months ago
JSON representation
Simple animation explaining the k8gb functionality
- Host: GitHub
- URL: https://github.com/k8gb-io/k8gb-manim
- Owner: k8gb-io
- License: apache-2.0
- Created: 2021-11-30T15:37:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T15:36:31.000Z (over 1 year ago)
- Last Synced: 2025-02-08T16:11:53.012Z (4 months ago)
- Language: Python
- Homepage:
- Size: 93.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8gb animations
These animations use the Manim [community version](https://www.manim.community/) of the library ([code](https://github.com/ManimCommunity/manim)),
you can install it by following the instructions for your OS on their web site.## Font
It requires installation of [Noto Sans](https://fonts.google.com/noto/specimen/Noto+Sans) font.## Rendering the animations
```bash
# for development
manim k8gb.py -pql# for high-quality video
manim k8gb.py -qk# for high-quality gif
manim k8gb.py -gh --format=gif# etc
manim k8gb.py FailOver --progress_bar none -ql --format=gif --fps 20
```## Example

### Up-to-date version in lower quality
rendered with 10fps and low-quality(480p):
This low-quality version of gif is being updated by the gh action in this repo.