Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Перейти к файлу
aborziak-ms 6d34478b01
[LottieGen] New optimizer that collapses PreComp layers if they reference the same RefId for AnimatedIcon (#474)
2021-10-06 16:49:11 -07:00
.github Remove individual code owners and replace with the Lottie group. (#257) 2020-05-13 09:18:46 -07:00
Lottie-Windows Update Lottie to use 5.0.1 of System.Text.Encodings.Web (#437) 2021-04-06 08:49:58 -07:00
LottieGen Replace 'is null' with more compatible clause and fix MSBuild bug. (#465) 2021-08-20 12:56:03 -07:00
LottieViewer [LottieViewer] Pixel View feature added (#469) 2021-09-01 09:54:32 -07:00
build Pin a version of Cake to work around recent Cake change that broke the build. (#420) 2021-02-10 14:39:24 -08:00
dlls Fix for security issue in System.Text.Encodings.Web v4.7.1. (#434) 2021-04-01 11:40:00 -07:00
images README Updates (#65) 2019-02-19 11:27:27 -08:00
samples Fix for security issue in System.Text.Encodings.Web v4.7.1. (#434) 2021-04-01 11:40:00 -07:00
source [LottieGen] New optimizer that collapses PreComp layers if they reference the same RefId for AnimatedIcon (#474) 2021-10-06 16:49:11 -07: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 Code cleanup: take advantage of C# 8 features. (#370) 2020-10-19 17:38:40 -07:00
Directory.Build.targets Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -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 Added support for animated round corners modifier (#452) 2021-07-22 11:48:03 -07:00
README.md Merge the v6.1.0 release to master and start v7.0.0 (#292) 2020-06-15 12:56:22 -07: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 Convert LottieGen to .NET 5 and create LottieGen.MsBuild package. 2021-02-08 11:36:30 -08:00
global.json Enable Arm64 builds (#179) 2019-11-01 11:42:52 -07:00
settings.xamlstyler Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -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 Version changed to 7.0.5 (#468) 2021-09-01 10:48:15 -07: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
6.1.0 release master 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.