cheval

Crates.iocheval
lib.rscheval
version0.2.0-alpha
sourcesrc
created_at2021-04-06 18:56:58.593861
updated_at2022-04-09 15:04:22.060251
descriptionA tool to render stream overlays, or smart mirror content, or just images.
homepagehttps://github.com/AndreasOM/cheval
repositoryhttps://github.com/AndreasOM/cheval
max_upload_size
id379965
size7,798,103
Andreas Neukoetter (AndreasOM)

documentation

README

Build & Test

cheval

Info renderer in rust targeting

  • png

  • framebuffer

  • window

Examples

Example stream overlay

Animated stripes with alpha

Hint: Animation created with ...

mkdir anim
for f in window_*.png; do echo ${f}; gm convert ${f} -resize 50% anim/${f}; done
gm convert -size 960x540 xc:Black PNG32:black.png
cat black.png anim/window_*.png| ffmpeg -framerate 30 -f image2pipe -i - -plays 0 window.apng -y

More example configurations can be found on github.

Commit count: 258

cargo fmt