gallery3d: Add new widget
authorWonseop Kim <wonseop.kim@samsung.com>
Thu, 7 Mar 2013 13:22:44 +0000 (22:22 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 22 Mar 2013 11:22:28 +0000 (20:22 +0900)
commit8a2f2a62d1821dd46c2210fb4f011d81a7ba8373
treec3aa37312c90cbc65c59fd47a2eddfdeaf6ff5b7
parent060e1a1649a8375a2e471978bb1f0c36e2d5ca00
gallery3d: Add new widget

Gallery3D is a 3D photo gallery widget.
Images are arranged with a S-shaped curve on a 3-dimensional coordinate system.
A user can rotate images by swiping the widget area.

Change-Id: I235607abefb632bea9bc92b0b323c93d9b73094b
12 files changed:
COPYING
Makefile
demos/tizen-winsets/index.html
demos/tizen-winsets/widgets/gallery3d/gallery3d.html [new file with mode: 0644]
libs/js/gl-matrix.js [new file with mode: 0644]
src/js/widgets/components/imageloader.js [new file with mode: 0644]
src/js/widgets/components/motionpath.js [new file with mode: 0644]
src/js/widgets/components/webgl.js [new file with mode: 0644]
src/js/widgets/jquery.mobile.tizen.gallery3d.js [new file with mode: 0644]
tests/unit-tests/gallery3d/gallery3d-tests.js [new file with mode: 0644]
tests/unit-tests/gallery3d/index.html [new file with mode: 0644]
tests/unit-tests/tests.js