Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 723 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 723 Bytes

gtk-rlottie-rs

gtk Widget that renders lottie animations and telegram stickers using rlottie

use cargo run --example hello to run example

to use this library you need rlottie

rlottie as flatpak module:

{
    "name": "rlottie",
    "buildsystem": "meson",
    "config-opts": ["-Dwerror=false"],
    "sources": [
        {
            "type": "git",
            "url": "https://github.com/melix99/rlottie",
            "branch": "fix-build"
        }
    ]
}

rlottie for fedora

sudo dnf install rlottie-devel

Animations for examples are taken from the Unigram repo