From: Hermet Park Date: Mon, 20 Jul 2020 08:00:03 +0000 (+0900) Subject: README: added rlottie logo X-Git-Tag: submit/tizen/20200720.225554~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1896b331a0a508b3872a7c7cac339c71621e5a7;p=platform%2Fcore%2Fuifw%2Flottie-player.git README: added rlottie logo --- diff --git a/.Gifs/logo.png b/.Gifs/logo.png new file mode 100644 index 0000000..07c51bf Binary files /dev/null and b/.Gifs/logo.png differ diff --git a/.Gifs/rlottie.xcf b/.Gifs/rlottie.xcf new file mode 100644 index 0000000..b608079 Binary files /dev/null and b/.Gifs/rlottie.xcf differ diff --git a/README.md b/README.md index 3aec369..de33eb7 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,23 @@ [![Build Status](https://travis-ci.org/Samsung/rlottie.svg?branch=master)](https://travis-ci.org/Samsung/rlottie) [![Build status](https://ci.appveyor.com/api/projects/status/n3xonxk1ooo6s7nr?svg=true&passingText=windows%20-%20passing)](https://ci.appveyor.com/project/smohantty/rlottie-mliua) +

+ +

rlottie is a platform independent standalone c++ library for rendering vector based animations and art in realtime. Lottie loads and renders animations and vectors exported in the bodymovin JSON format. Bodymovin JSON can be created and exported from After Effects with [bodymovin](https://github.com/bodymovin/bodymovin), Sketch with [Lottie Sketch Export](https://github.com/buba447/Lottie-Sketch-Export), and from [Haiku](https://www.haiku.ai). -For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! +For the first time, designers can create and ship beautiful animations without an engineer painstakingly recreating it by hand. Since the animation is backed by JSON they are extremely small in size but can be large in complexity! Here are small samples of the power of Lottie. -![Example1](.Gifs/1.gif) -![Example2](.Gifs/2.gif) -![Example2](https://github.com/airbnb/lottie-ios/blob/master/_Gifs/Examples1.gif) +

+ + + +

## Contents - [Building Lottie](#building-lottie)