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






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





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














  • demo build was adding -std=g++11 to cflags in scripts calling library.
    demo app also had -std=g++11 in own C++ CMakeLists.txt _and_ in gradle.
    
    Changed everything to use std=c++17.
    
    Change-Id: Id46801a812c043db41514be17e8bd8da2ec97845
    David Steele authored
     
    Browse Dir »






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