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

  • Collection of examples demonstrating Image polices:
    LoadPolicy
    ReleasePolicy
    and EXIF orientation.
    
    Designed to step the user through each example and explaining what should occur.
    
    Change-Id: If4452712a805b40e86ac29ae591592711d7ee09a
    Agnelo Vaz authored
     
    Browse File »







  • With separate cameras for UI & 3D scene sections
     - Double-tap to toggle between 3D models (teapot & cube)
     - Pan up/down on left side of screen to change roughness
     - Pan up/down on right side of screen to change metalness
     - Pan anywhere else to rotate scene
    
    Change-Id: I51ec8436700c4e970221184d6875e4e9c501fafb
    greynaga 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 »



  • You can check the InputFocus is given to focused Control.
    After that, when key is pressed, focused control's KeyEvent callback will be called.
    
    Change-Id: I93c605e7bcde5505099948445c762873f57e8381
    Signed-off-by: minho.sun <minho.sun@samsung.com>
    minho.sun authored
     
    Browse File »









  • - Features 3D environment with simple lightmapping
    - Multi-touch first person camera control scheme
    - Uses free textures on the GPL license ( blendernation )
    - Models are custom made
    - Tutorial screen made using DALi toolkit controls ( text labels ).
    - Uses PicoJSON parser ( https://github.com/kazuho/picojson )
    
    Change-Id: I6e3503608cd22dc63f371132376d475c890a0474
    adam.b authored
     
    Browse File »