• Adding an interactive test where the camera parameters and viewport can be modified.
    Updating to go wide & add actor rotation sliders
    
    Change-Id: I81364553ff52563f439ae5e4232314be75b985d3
    David Steele authored
     
    Browse Dir »


  • 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>
    Eunki, Hong authored
     
    Browse Dir »







  • 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
    JunsuChoi authored
     
    Browse Dir »



  • 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>
    György Straub authored
     
    Browse Dir »





















  • * 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>
    Victor Cebollada authored
     
    Browse Dir »