https://github.com/paper-plane-developers/gtk-rlottie-rs
Play lottie animation in gtk-rs app
https://github.com/paper-plane-developers/gtk-rlottie-rs
Last synced: about 1 year ago
JSON representation
Play lottie animation in gtk-rs app
- Host: GitHub
- URL: https://github.com/paper-plane-developers/gtk-rlottie-rs
- Owner: paper-plane-developers
- Created: 2022-09-15T16:42:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T16:37:29.000Z (over 1 year ago)
- Last Synced: 2025-04-09T00:21:23.927Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/melix99/rlottie)
rlottie as flatpak module:
```json
{
"name": "rlottie",
"buildsystem": "meson",
"config-opts": ["-Dwerror=false"],
"sources": [
{
"type": "git",
"url": "https://github.com/melix99/rlottie",
"branch": "fix-build"
}
]
}
```
rlottie for fedora
```sh
sudo dnf install rlottie-devel
```
Animations for examples are taken from the [Unigram repo](https://github.com/UnigramDev/Unigram/tree/develop/Unigram/Unigram/Assets/Animations)