Skip to content

paper-plane-developers/gtk-rlottie-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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