/AvaloniaGif

Purely C# GIF decoder and animation library for AvaloniaUI Apps.

Primary LanguageC#MIT LicenseMIT

AvaloniaGif

A GIF display and animation library for AvaloniaUI Apps.

demo

Getting Started

To get started, you can add this repo to your project as a submodule:

mkdir ./external
git submodule add git@github.com:jmacato/AvaloniaGif.git ./external/avaloniagif
# Then, add the git-cloned projects to your solution.