[Tizen] Added 2d physics benchmark 86/302086/1
authorDavid Steele <david.steele@samsung.com>
Fri, 24 Nov 2023 15:43:55 +0000 (15:43 +0000)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 30 Nov 2023 03:04:08 +0000 (12:04 +0900)
commit39028190b336a1a329f9cf7bccad86fe2f096373
tree37d98b975b29cf31fa0b05e5b3c143dd87891faa
parentd4b230c0eb1284de1f08984924b7e381491f96dd
[Tizen] Added 2d physics benchmark

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
build/tizen/CMakeLists.txt
com.samsung.dali-demo.xml
examples/benchmark-2dphysics/README.md [new file with mode: 0644]
examples/benchmark-2dphysics/benchmark-2d-physics-controller.cpp [new file with mode: 0644]
examples/benchmark-2dphysics/dependencies.cmake [new file with mode: 0644]
resources/po/en_GB.po
resources/po/en_US.po
shared/dali-demo-strings.h
tests-reel/dali-tests-reel.cpp