Hermet Park
bc84259347
replace integers to size_t data type.
...
these data source are size_t,
keep the consistency to avoid type converting.
2019-07-11 17:12:23 +09:00
Hermet Park
23440d4699
example: remove unused compile warnings in efl_animview.
2019-07-10 21:22:21 +09:00
subhransu mohanty
c595738d96
move vectorTest to test from example
2019-07-10 19:32:45 +09:00
subhransu mohanty
97f875751e
code cleanup
2019-07-10 17:23:51 +09:00
subhransu mohanty
6495b9cf55
meson: better handling of dependency using disabler
2019-07-10 13:35:22 +09:00
sub.mohanty@samsung.com
0a43020127
example: use std::string api
2019-07-07 15:37:35 +09:00
subhransu mohanty
36eae75a5a
rlottie/meson: make rlottie buildable as a subproject
2019-07-04 19:49:00 +09:00
subhransu mohanty
7792124c46
rlottie/meson: refactor meson buildsystem
2019-07-03 14:59:09 +09:00
sub.mohanty@samsung.com
1c3098297e
rlottie/exampe: add correct implementation of basename()
2019-07-03 08:49:46 +09:00
subhransu mohanty
8b5851ca52
rlottie/example: fix typo
2019-07-01 19:38:10 +09:00
Vincent Torri
ae933c37af
fix dirname() implementation of Windows in lottieloader.cpp, and fix basename() implementation by using strrchr() and not strchr()
2019-07-01 18:47:19 +09:00
Vincent Torri
6c35e4f641
lottie2gif.cpp: use _fullpath() instead of realpath() and mimic basename() 2 strchr()
...
Notes:
1) arguments of realpath() and _fullpath() are in reverse order
2) 2 calls of strchr() are needed because / and \ are valid path separators on Windows
2019-07-01 16:11:07 +09:00
subhransu mohanty
6963112f0f
Fix windows build
2019-07-01 10:17:55 +09:00
Hermet Park
daa83c0819
example: changed file permission.
...
Keep their access mode as others' same.
2019-06-24 15:52:05 +09:00
Hermet Park
93e10f906b
example: remove some example resources.
...
These are not guranteed as free resources.
2019-06-24 15:49:21 +09:00
subhransu mohanty
11c7403768
rlottie/example: refactor to use evas_object_image_pixels_dirty_set() api
2019-06-04 14:00:21 +09:00
subhransu mohanty
8eab41abd3
example: update example with exploding star resource
2019-06-03 10:43:44 +09:00
subhransu mohanty
e00ca32669
rlottie/example: Fixed asan warning of unintialized pointer access
2019-05-31 08:49:39 +09:00
Hermet Park
682bf0c560
lottie2gif: support set background color as an extra argument.
...
If lottie contents were designed in white color, gif result is invisible.
we can generate gif with a specified bg color.
lottie2gif [lottieFileName]
lottie2gif [lottieFileName] [bgColor]
example:
lottie2gif sample.json //white bg color in default.
lottie2gif sample.json ff0000 //red bg color
2019-05-29 17:46:43 +09:00
subhransu mohanty
991d231f2d
added more json resource to example
2019-05-29 16:54:35 +09:00
JunsuChoi
4469d85a5b
example : Fix resource path in efl_animation
2019-05-29 09:27:16 +09:00
Hermet Park
485ec8a110
example: update image object pixels properly.
...
image object requests the updated pixels in its own designed interface.
2019-05-28 11:46:56 +09:00
Hermet Park
9bdd1a83df
example: fix lottieviwer to properly resizable.
...
Don't touch object's in evas render stage.
This has also tiny edc code refactoring.
2019-05-28 11:24:01 +09:00
subhransu mohanty
8667453efa
buildfix: make it build with c++11
2019-05-20 13:21:25 +09:00
subhransu mohanty
89a72b6e9c
example:refactor to remove naked malloc and RAII warning
2019-05-20 13:11:53 +09:00
subhransu mohanty
780a2603ae
lottie/example: remove all warnings in example
2019-05-14 09:41:31 +09:00
subhransu mohanty
323b07c37f
rlottie: added support of lambda expression in setValue.
2019-05-14 08:44:49 +09:00
subhransu mohanty
1b4072dd0c
added missing cmake file
2019-05-09 16:01:03 +09:00
subhransu mohanty
7d04fa9355
added lottie2gif converter for both cmake and meson build
2019-05-09 14:37:43 +09:00
subhransu mohanty
6db72aa269
rlottie/example: added rlottie example app to convert json to GIF
2019-04-29 14:43:17 +09:00
subhransu mohanty
90affa8bd1
rlottie: Added dynamic property change feature
...
The keypath can handle globe(**) and wildchar(*) reg ex.
Currently only support fillcolor , fill opacity , stroke color , stroke opacity and stroke width property.
2019-04-24 13:40:03 +09:00
subhransu mohanty
6efe7e23f5
example: refactor lottieview to test both c and cpp api
2019-04-17 19:27:23 +09:00
subhransu mohanty
416e26cc07
rlottie/example: sort the resource list before displaying.
2019-03-13 19:15:52 +09:00
subhransu mohanty
b7d488671a
rlottie: now loadFromData() api takes resourcePath for loading external resource
2019-03-05 13:05:16 +09:00
JunsuChoi
febe35c421
example : Change keyframe_set/get to progress_set/get APIs
...
efl_animation_view_keyframe_set/get are deprecated.
2019-02-27 15:56:37 +09:00
subhransu mohanty
3db9cd3b15
lottie: Added support for rendering embedded image resource
...
Change-Id: I330ee46e7bccabbebe2b15b54d21582212c1f020
2019-01-25 03:02:32 +00:00
subhransu mohanty
a2614da5c6
lottie: final changes to rename from lottie-player to rlottie
...
Change-Id: Ie2ed4d7c3fb08abd3f8fe484021d478e90bc9d91
2019-01-24 13:20:54 +09:00
Hermet Park
660ef0dbd3
example: update new header name of efl animation_view.
...
Change-Id: I6f2b73fc13808027e42122bed58052f99dc67a7c
2019-01-23 18:32:41 +09:00
Hermet Park
6e8aec4553
Revert "lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie."
...
This reverts commit 569f16a7e999ad697008900948192b13c0e27f4f.
2019-01-23 14:46:34 +09:00
subhransu mohanty
569f16a7e9
lottie: rename lottie-player to rlottie for cmake and gbs build, update namespace to rlottie.
...
Change-Id: I51f85201c06be4cb42c2036a0162b9124149e781
2019-01-22 16:39:13 +09:00
sub.mohanty@samsung.com
04a4bec5bb
lottie: rename lottie-player to rlottie in meson build
...
Change-Id: Ie19ea2d849af95b348417e826dcc2fb7e6ded86b
2019-01-21 13:38:24 +09:00
sub.mohanty@samsung.com
aebcc6ab49
lottie: rename public headers to rlottie namesapce.
...
Change-Id: Ib8d3df2600eef84927c95eb6794de9f9074d6253
2019-01-21 13:34:48 +09:00
subhransu mohanty
b39738d852
lottie/example: Added image_test.json(resource with image resource )
...
Change-Id: If79f5892347be0dcc850380f1520dfd0f2c70724
2019-01-15 17:14:04 +09:00
subhransu mohanty
bc2b2b8936
lottie/example : added segmented animation support in lottieview
...
Change-Id: I7af3109576217e3b92a6a6d9fd9492b5fb4c6bcb
2019-01-15 06:24:16 +00:00
subhransu mohanty
9b57e426c6
lottie/parser: fix a crash when the color string is empty.
...
Change-Id: Ic9b17764b322e5d6528759dad8e29e1accea9c2a
2019-01-11 15:03:18 +09:00
subhransu mohanty
9f7171c42c
lottie/example : build example only when the dependancy is resolved.
...
Change-Id: Ifbdd6aa4fd1f9626af2211c1873cecb3ec6065c3
2019-01-08 05:55:50 +00:00
Hermet Park
0165427d9b
updated licenses info.
...
Change-Id: Ib157ad848a98c34e6e7d67c4672b36447966addc
2018-12-28 18:15:55 +09:00
Hermet Park
ee39d4dc56
updated licenses info
...
Change-Id: Idcee492bb9f823ab2a3c7c28a150bd406ce8aa4f
2018-12-27 17:10:48 +09:00
Hermet Park
1c45c74a28
example: remove a resouce that may have a license.
...
Change-Id: If7e5a70eb3547a686fccefa6c5b6725725aa862d
2018-12-27 15:03:07 +09:00
Hermet Park
0a325b079e
Put samsung copyright header to all our own source code.
...
Change-Id: I3cebcfef827425d16092ee7a26c39f7733572eb7
2018-12-26 19:18:29 +09:00