Added 2d physics benchmark
[platform/core/uifw/dali-demo.git] / examples / benchmark-2dphysics / README.md
1 # 2d Physics benchmark Example
2
3 This is an example to test the performance of DALI with and without physics enabled.
4 It first measures performance with physics and collisions off, by animating motion using
5 property notifications for 30 seconds. Uses N ImageViews, where N defaults to 500
6
7 Then, it creates a PhysicsAdaptor and uses zero gravity and a bounding box to achieve a
8 similar visual result with N ImageViews attached to physics bodies.
9
10 N can be changed on the command line.
11
12
13