Added 2d physics benchmark 69/301869/6
authorDavid Steele <david.steele@samsung.com>
Fri, 24 Nov 2023 15:43:55 +0000 (15:43 +0000)
committerDavid Steele <david.steele@samsung.com>
Tue, 28 Nov 2023 11:51:40 +0000 (11:51 +0000)
commitf638920616aff93ba6f8fb81ad5bb25390bd5889
tree89baf28a07076e569d54710f75dd940ec7b72ce0
parent14514f29884f77bbd52a10924504dc7c64e4c12b
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