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

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

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

![k8gb simple animation](https://github.com/jkremser/k8gb-manim/raw/master/example/k8gb.gif)

### Up-to-date version in lower quality

rendered with 10fps and low-quality(480p):
![k8gb simple animation(low-q)](https://github.com/jkremser/k8gb-manim/raw/master/example/k8gb-low-q.gif)

This low-quality version of gif is being updated by the gh action in this repo.