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





























  • This demo draws an irregular grid of images and allows the user
    to cycle through all four image scaling modes per image, or for
    the whole grid.
    
    Change-Id: I50d8ef7d7a0a286e0b508cec96d5d7c769b91101
    Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
    Andrew Cox authored
     
    Browse Dir »