Add README for the chipmunk demo 80/296580/1
authorRichard Huang <r.huang@samsung.com>
Tue, 1 Aug 2023 09:35:38 +0000 (10:35 +0100)
committerRichard Huang <r.huang@samsung.com>
Tue, 1 Aug 2023 09:35:38 +0000 (10:35 +0100)
Change-Id: Id9bd8bc731edf600ba6270fcdb638e0c87f6d32c

examples/chipmunk-physics/README.md [new file with mode: 0644]
examples/chipmunk-physics/chipmunk.gif [new file with mode: 0644]

diff --git a/examples/chipmunk-physics/README.md b/examples/chipmunk-physics/README.md
new file mode 100644 (file)
index 0000000..78adff1
--- /dev/null
@@ -0,0 +1,6 @@
+# Chipmunk Physics Example
+
+This is an example showing how to use Chipmunk2D physics library to create and control physics objects in DALi.
+It creates a ball and a pyramid brick wall which can be moved using touch and key events.
+
+![](./chipmunk.gif)
diff --git a/examples/chipmunk-physics/chipmunk.gif b/examples/chipmunk-physics/chipmunk.gif
new file mode 100644 (file)
index 0000000..7777a98
Binary files /dev/null and b/examples/chipmunk-physics/chipmunk.gif differ