mirror of
https://github.com/mtkennerly/iced-moving-picture.git
synced 2026-03-10 18:34:41 +01:00
Show animated images with the Iced GUI framework
- Rust 93.9%
- Python 6.1%
| .github/workflows | ||
| assets | ||
| examples | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| tasks.py | ||
Iced Moving Picture
iced-moving-picture is an Iced widget library
(forked from iced_gif)
to show animated images using Iced.
Supported formats:
- GIF
- APNG
Demo
Examples
- GIF sample code
- Run with:
cargo run -p example-gif
- Run with:
- APNG sample code
- Run with:
cargo run -p example-apng
- Run with:
