• First 30s, runs N balls using Animation & property notification that don't
    interact,
    Second 30s, runs N balls using 2D Physics and collisions.
    
    N by default is 500, but can be changed on the command line.
    FPS tracking is automatically switched on for this benchmark
    
    (Also changed CMakeLists.txt to be able to work as a subdirectory
    in a multi-repo build)
    
    Change-Id: Iccee1d40650563e3f45e021b4fb3fff871cc393e
    David Steele authored
     
    Browse File »




  • How to use :
    (Tizen)
    gbs build -A i586 --include-all --define "build_example_name color-visual"
    (Ubuntu)
    cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DBUILD_EXAMPLE_NAME=color-visual .
    
    Change-Id: I919af4adadcee6475672a2cd4bf92bebdc9b71c8
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse File »




  • Invoke GBS with --define "rpi_style 1"
    
    Changed text size of labels in demo buttons.
    
    Change-Id: I3f1f663c2c416ecd26e6b1f1124faf222192bf64
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse File »

  • 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 File »










  •  - Added webp in cmakelists.txt to copy webp resource
     - Changed one of gif image to webp in animated-image-example
    
    Change-Id: I59726a7a436badffc154a29d4ac29542b1d2629a
    Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
    Seungho, Baek authored
     
    Browse File »





  • Generates DALi examples shared objects and Android DALi launcher application.
    Android DALi application apk then can be installed on supported Android device.
    
    Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
    Anton Obzhirov authored
     
    Browse File »







  • Now Toolkit has dali-adaptor dependency.
    So app only need toolkit dependency for build
    
    So, remove dependency from demo.
    
    Change-Id: Ie65a4755be5e584893ef9de014383b501a0d37a8
    Signed-off-by: minho.sun <minho.sun@samsung.com>
    minho.sun authored
     
    Browse File »

  • Add two sample apps which using animated gradient visual
    (doing at review.tizen.org/gerrit/#/c/152141/ )
    It's resolution is optimized for wearable (resolution is 360x360)
    
     - Call Active
      Scenario is incomming call.
      Show incomming gradient effect as radial form animated gradient.
      And add some animation at call_decline button so make user want to touch it!
      This sample show how to make animated gradient by json script.
     - Card Active
      Scenario is use some coupon with NFC tag.
      Show gradient effect during NFC taging is enabled.
      This sample show how to make anmiated gradient by inline code.
    
    Change-Id: Ifae6698fbf1b4bc9901efa929594261413d450b2
    Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
    Eunki Hong authored
     
    Browse File »


  • Uses volumetric ray casting to draw a sphere with basic
    per-pixel lighting inside the fragment shader.
    
    Also modifies DALi demo make file to support shader files.
    
    Change-Id: I0645de8481fa75abb177ca76a5611a51350fc1b7
    Todo: Create a separate folder for shaders?
    Nick Holland authored
     
    Browse File »