[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-physics / README.md
1 # Overview
2
3 The physics library is a small frontend to Chipmunk or Bullet libraries. It
4 provides a safe mechanism to initialize and access the physics world from the
5 event thread, whilst running the integration step in the Update thread.
6
7 A queueing mechanism is provided to execute native functions on the Update
8 thread prior to running the integration step. (This enables DALi properties
9 and physics properties (e.g. position or orientation) to be synced in the same frame)
10
11 DALi actors that are mapped to physics bodies are automatically updated after
12 the integration step.
13