Lottie-Windows is a library (and related tools) for rendering Lottie animations on Windows 10.
Перейти к файлу
Simeon 1a87b8d6fa
Generate version-dependent code. (#165)
Support codegen of multiple versions to allow runtime switching based on the current platform.
2019-10-28 10:49:42 -07:00
.github Add Scott as a code owner so he gets on the CR list for each PR. (#166) 2019-10-25 23:21:53 -07:00
Lottie-Windows Update nuget dependencies to latest non-prerelease versions. (#164) 2019-10-24 10:49:02 -07:00
LottieGen Update nuget dependencies to latest non-prerelease versions. (#164) 2019-10-24 10:49:02 -07:00
LottieViewer Update nuget dependencies to latest non-prerelease versions. (#164) 2019-10-24 10:49:02 -07:00
build Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
dlls Update nuget dependencies to latest non-prerelease versions. (#164) 2019-10-24 10:49:02 -07:00
images README Updates (#65) 2019-02-19 11:27:27 -08:00
samples Update nuget dependencies to latest non-prerelease versions. (#164) 2019-10-24 10:49:02 -07:00
source Generate version-dependent code. (#165) 2019-10-28 10:49:42 -07:00
tests Generate version-dependent code. (#165) 2019-10-28 10:49:42 -07:00
.gitattributes Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
.gitignore Add support for D2D geometry groups (#36) 2019-01-02 17:26:25 -08:00
Directory.Build.props Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
Directory.Build.targets Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08:00
GlobalSuppressions.cs Enabling simple LinearGradientFill cases. (#145) 2019-08-30 09:55:15 -07: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 Prerequisites for versioning. (#156) 2019-10-16 15:32:20 -07:00
README.md Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
Toolkit.ruleset Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
VERSION_HISTORY.md Update VERSION_HISTORY.md (#88) 2019-03-21 15:42:11 -07:00
azure-pipelines.yml Prepare for gradients (#143) 2019-08-29 10:03:44 -07:00
global.json Initial commit of Lottie-Windows source. 2018-11-21 12:18:46 -08: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 Update build version number (#74) 2019-03-08 16:43:40 -08:00

README.md

Lottie-Windows

Lottie-Windows is a library for rendering Adobe AfterEffects 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

Supported SDKs

  • May 2019 Update (18362)

Getting Started

Build Status

Target Branch Status Recommended NuGet package
5.1.1 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.