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







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








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

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


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