Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Перейти к файлу
Andrii Borziak 682a454d39 Release 8.0.260224-rc 2024-02-26 11:45:45 -08:00
.config Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
.github Remove individual code owners and replace with the Lottie group. (#257) 2020-05-13 09:18:46 -07:00
Lottie-Windows Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
LottieGen Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
LottieSamples Csproj Refactoring (#504) 2022-05-26 14:24:59 -07:00
LottieViewer Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
build Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
dlls Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
images README Updates (#65) 2019-02-19 11:27:27 -08:00
source Fix cppcx generator output (#544) 2024-02-23 11:46:33 -08:00
tests Fix some missing simplifications in Composition expressions. (#429) 2021-03-05 14:05:00 -08:00
.gitattributes Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
.gitignore Pin a version of Cake to work around recent Cake change that broke the build. (#420) 2021-02-10 14:39:24 -08:00
Directory.Build.props Fixed AssemblyFileVersion attribute (#546) 2024-02-26 11:42:39 -08:00
Directory.Build.targets Fixed assembly version (#545) 2024-02-23 14:19:01 -08:00
LICENSE.md Change capitalization of the LICENSE.md file to help GitHub recognize it. 2018-11-23 23:18:18 -08:00
Lottie-Windows.sln Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
README.md Sync some files to the new branch name (#486) 2022-01-31 13:15:01 -08:00
Toolkit.ruleset Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
VERSION_HISTORY.md Merge the v6.1.0 release to master and start v7.0.0 (#292) 2020-06-15 12:56:22 -07:00
azure-pipelines.yml Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
global.json Updated Cake build system to newer version, and updated source to net7.0. (#530) 2023-04-18 22:59:16 -07:00
settings.xamlstyler Fixed typos in settings.xamlstyler (#481) 2022-01-11 12:49:42 -08:00
stylecop.json Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
toolkit.public.snk Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
toolkit.snk Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
version.json Release 8.0.260224-rc 2024-02-26 11:45:45 -08:00

README.md

Lottie-Windows

Lottie-Windows is a library for rendering Adobe After Effects animations natively in your application. This project adds Windows to the Lottie family of tools also targeting Android, iOS, and Web.

Lottie simplifies the design-to-code workflow for bringing engaging, interactive vector animations to your Windows applications, with significant improvements in terms of performance, quality, and engineering efficiency over traditional approaches such as gifs, manually coded animations, etc. Lottie-Windows uses the Windows.UI.Composition APIs to provide smooth 60fps animations and resolution-independent vector graphics.

Lottie-Windows Gif

Lottie-Windows consists of 3 related products:

  • Lottie-Windows library for parsing and translating Bodymovin JSON files
  • LottieGen command-line tool for generating C# or C++ code to be used instead of JSON
  • Lottie Viewer application for previewing JSON and also generating code

This repo also contains source code for samples.

Supported SDKs

  • May 2019 Update (18362) and later

Getting Started

Build Status

Target Branch Status Recommended NuGet package
7.1.0 release main Build Status NuGet

Feedback and Requests

Please use GitHub Issues for bug reports and feature requests.

Principles

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.