-
Adding an interactive test where the camera parameters and viewport can be modified. Updating to go wide & add actor rotation sliders Change-Id: I81364553ff52563f439ae5e4232314be75b985d3
-
- Added drawable-actor example Change-Id: I991c7a28e5c97b56162e018aa0da72e4435c86bb
-
Use capi-appfw-appcontrol instead of unix default fork(). If process group is connected, AMD check whole of them as same process. So even if child process call ecore_shutdown, it's parent process also killed after 5 seconds later. That's why dali-examples / com.samsung.dali-demo got SIGKILL from amd. This patch separate execute logic between unix and tizen by -DTIZEN:BOOL=ON option. TIZEN will be set ON only at packaging/com.samsung.dali-demo.spec NOTE. app_control_send_launch_request need privilege 'http://tizen.org/privilege/appmanager.launch'. Change-Id: I1d37a21f0d3091c0dc2fcbb4806900256e464aa5 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: Ib81a3376864a98e496ddb73256b698ec6c6f6250
-
Change-Id: I6addda2bdc0628f53ce113ff148e9ade7f75b63d Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
This reverts commit 1b9d1f6f62ae2f59376282f82d823a28a24680af. Change-Id: I61ad780ec76918f67e1976976ac61950492b61fc
-
Change-Id: I3525a2d6f09069c27aefd01d21f4b34824431904
-
Change-Id: I326a43cfaeb670507e4e8c4573975cfbdcd3c48a
-
This is an example of Dali::Toolkit::CanvasView. This example create a CanvasView control, create a Dali::CanvasRenderer::Shape and add it. Basic Primitves (rect, circle, arc) can draw and various shapes can draw using path command. Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b
-
It's in dali-test now Change-Id: Ie1758f9e694d8b79350059f222b8076913b2e64a
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Demonstrates colour transition using flow maps and uv rotation / scaling. Flow maps are greyscale images where the value of the pixels signifies the progress of the animation, which is added to an animated value which we use to lerp between old and new colour. The colour of the content is used to scale the source / target colour, i.e. white is affected most, dark is affected less. Controls: - Double-tap middle (33%) of screen: transition using random flow map; - Double-tap outside the middle of screen: transition using one of the effects (flow maps) mapped to the given segment of the screen; Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
- tilt, or if not supported, pan, to rotate light; - double tap to trigger color transition; Change-Id: I7de09c65309f6b069566cf330ebf18904d36a885
-
Change-Id: I5ecc880f2a0167ca1219700bad55107a675dc68d
-
- to tilt world, tilt device or if tilt isn't supported, swipe; - tap to scatter particles; - double click to trigger color change; Change-Id: I8c72ea1ff7a8226b03b5e106936ca3644ef1f5b3
-
Change-Id: I49395004f4f340942df35af15d950a9190aa8ea0
-
Change-Id: I20d6675ab05cd9eb6344cc11e74aab37ed5f6441
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I0b6ce4ed15976ad481029c689606014550e3145f Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I33cebb3f17db6a72385c7e63aaf32685ee8748b2
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I07578655e65a50135b43e42272d4b1e410177df0
-
Change-Id: I969b6aad154b839410daef4fdbd3962b58b97fd7
-
Change-Id: I2a2938b310fa7ada962632f23e19c580586b34b6
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: I07bf83bc86df116f6144bb7fa6c0c950292a5aa2
-
Change-Id: If580d7fbc1515a87796056d1bd195cc3c18f81b1
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I40c438e3c0667cf2b3ce22aa3b2557a27bfc329b
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
* The path set on the DEMO_EXAMPLE_BIN macro can be absolute or relative depending on the build system (cmake, vs project, etc). Change-Id: I802530cbf5109b2b6db962c8e3801a74f7b86a4a Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>