lottie: refactor lottie interface 98/188598/4
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 6 Sep 2018 11:18:40 +0000 (20:18 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Fri, 7 Sep 2018 05:23:34 +0000 (14:23 +0900)
commit0f5edac6d1595e0fecd8d48bb7d2e5353fe9121f
tree1e56b7ba6d789ecad85f7184ad1e9b5ae1148d4c
parent860ffe847bb235a02bfef66555de88cb27356879
lottie: refactor lottie interface
1. rename namespace player--> animation both cpp and c interface
2. added factory function to create animation object.
3. added render api to c interface.

Change-Id: I31c99a66678b20a0c743c564d399172f4182b0d1
21 files changed:
CMakeLists.txt
example/lottieview.cpp
example/lottieview.h
inc/lotplayer.h [deleted file]
inc/lottieanimation.h [new file with mode: 0644]
inc/lottieanimation_capi.h [new file with mode: 0644]
inc/lottiecommon.h [moved from inc/lotcommon.h with 89% similarity]
inc/meson.build
src/binding/c/lotplayer_capi.h [deleted file]
src/binding/c/lottieanimation_c.cpp [new file with mode: 0644]
src/binding/c/lottieplayer_c.cpp [deleted file]
src/binding/c/meson.build
src/lottie/CMakeLists.txt
src/lottie/lottieanimation.cpp [new file with mode: 0644]
src/lottie/lottieitem.cpp
src/lottie/lottieitem.h
src/lottie/lottieloader.cpp
src/lottie/lottieloader.h
src/lottie/lottiemodel.h
src/lottie/lottieplayer.cpp [deleted file]
src/lottie/meson.build