• New Structure:
    
      build
        |  tizen
      builder
        |  dali-builder.cpp
      demo
        |  [demo source & header files]
      examples
        |  [example-name]
        |    |  [example source files]
      packaging
        |  com.samsung.dali-demo.spec
      resources
        |  images
        |    |  [all images]
        |  models
        |    |  [all models]
        |  scripts
        |    |  [all scripts]
      shared
        |  view.h
    
    Now, each example should be in its own subdirectory within the "examples" directory. This will get
    automatically built.
    
    README also updated.
    
    Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
    Adeel Kazmi authored
     
    Browse File »
  • Change-Id: Ie3cd0acb8a80f1768d7334fc6965e8fb007d54f4
    Signed-off-by: David Steele <david.steele@partner.samsung.com>
    David Steele authored
     
    Browse File »

  • Follows core patch: https://review.tizen.org/gerrit/#/c/35596
    , adaptor patch: https://review.tizen.org/gerrit/#/c/35597/
    and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/
    
    Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c
    Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
    Andrew Cox authored
     
    Browse File »



  • This application sets up a number of images, meshes, models and text
    actors with a variety of effects, and can be used to visually check
    that they are all still running after context loss and regain.
    
    Change-Id: I3e07be5442a249a8f09e5f1919e46552413c6824
    Signed-off-by: David Steele <david.steele@partner.samsung.com>
    David Steele authored
     
    Browse File »