• Make more dynamic and interactable SceneView demo.
    - SetResolution test
    - FramebufferMultiSamplingLevel test
    - ScreenExtent result test
    - Touch / Focus signal test
    - Materal property change test
    
    Change-Id: Ifc8f276b8b5ca6d0f44de538f39adb676fb1f7a7
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse Dir »



  • Change-Id: Icfc1abe106993a3c59107ba06be9e0b3ffd660d6
    Adeel Kazmi authored
     
    Browse Dir »
  • Added option to execute physics or animation benchmark.
    
    Change-Id: I5ecf677cb296e02fecc1fa2287da2141bdbcf191
    Signed-off-by: David Steele <david.steele@samsung.com>
    David Steele authored
     
    Browse Dir »
  • Since we were create new animations every PropertyNotify, and at that time,
    we iterate whole balls.
    
    If event thread time delayed (~= the ball is very much) event callback
    stacked a lot, and then break the app.
    
    To avoid it, we make the number of animations relative with ball +
    change the animation only if we need, not always.
    
    It will reduce the event thread overhead.
    
    Change-Id: Ic6da267e827d012c9e68c7d64594596f3617233a
    Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
    Eunki, Hong authored
     
    Browse Dir »


  • First 30s, runs N balls using Animation & property notification that don't
    interact,
    Second 30s, runs N balls using 2D Physics and collisions.
    
    N by default is 500, but can be changed on the command line.
    FPS tracking is automatically switched on for this benchmark
    
    (Also changed CMakeLists.txt to be able to work as a subdirectory
    in a multi-repo build)
    
    Change-Id: Iccee1d40650563e3f45e021b4fb3fff871cc393e
    David Steele authored
     
    Browse Dir »







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




  • Added "hanging" letters that can pivot about some point
    Now, the balls interact with the letters, and fire off
    with a huge impulse periodically to bring some life to
    the demo!
    
    Change-Id: Ieecacc3b27e4e55174cb86d1075c9b1739ae0bc3
    David Steele authored
     
    Browse Dir »