• <Summary>
    DALi is a rendering engine of NUI and was previously a public interface that can be used by applications, but now it is only used as an internal engine, so most verifications are verified by NUI sample and UTC. This makes it difficult to verify whether it is DALi's own issue or NUI issue.
    
    <What>
    A window sample was added to the DALi-demo so that the APIs provided by DALi can be verified. This patch contains the DALi Window Function function.
    
    <Why>
    Other modules of the existing DALi had samples in the dali-demo, so it was possible to verify the function in the DALi layer, but the window did not have the sample, so it was difficult to verify the DALi window itself. In addition, the Window module itself had a strong dependence on external modules such as Display Server, AppFW, and Sensor FW, so it had no choice but to perform limited verification to the existing UTC.
    To solve this problem, I am adding the sample.
    
    <Plan>
    Now the patch is only provided with samples for Window Function. We also plan to add function verification for Event or Signal.
    
    Change-Id: I415a8795684964a492f1a229f17e129a02903724
    Wonsik Jung authored
     
    Browse File »







  • Environment variables:
    MAX_CUBES = [integer] - number of cubes to render (default 100)
    DR_THREAD_ENABLED = 0|1 - renders with parallel thread
    EGL_ENABED = 0|1 - uses EGL instead (not working on Ubuntu)
    
    Change-Id: I185bec2667d25c713ca9c63cf97702a8de9ea539
    Adam Bialogonski authored
     
    Browse File »







  • This is an example of Dali::Toolkit::CanvasView.
    This example create a CanvasView control, create a Dali::CanvasRenderer::Shape
    and add it.
    Basic Primitves (rect, circle, arc) can draw and
    various shapes can draw using path command.
    
    Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b
    JunsuChoi authored
     
    Browse File »


  • Demonstrates colour transition using flow maps and uv rotation / scaling.
    
    Flow maps are greyscale images where the value of the pixels signifies the
    progress of the animation, which is added to an animated value which we
    use to lerp between old and new colour.
    
    The colour of the content is used to scale the source / target colour, i.e.
    white is affected most, dark is affected less.
    
    Controls:
    - Double-tap middle (33%) of screen: transition using random flow map;
    - Double-tap outside the middle of screen: transition using one of the
      effects (flow maps) mapped to the given segment of the screen;
    
    Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a
    Signed-off-by: György Straub <g.straub@partner.samsung.com>
    György Straub authored
     
    Browse File »




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