X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fdali-introduction.md;h=7cdb3aafc8bd31ba07fffa130a232345de2e2e7d;hb=88800f19377ddecd0ef13be3045682f7eecacc9a;hp=50262f921cf441eedd48c39173e8cd514d9de194;hpb=2af79c9045fb0df64012413c08e7a17efbf16d4b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/dali-introduction.md b/docs/content/shared-javascript-and-cpp-documentation/dali-introduction.md index 50262f9..7cdb3aa 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/dali-introduction.md +++ b/docs/content/shared-javascript-and-cpp-documentation/dali-introduction.md @@ -1,5 +1,6 @@ -/** - * + + # DALi 3D ( Dynamic Animation Library ) {#dali-introduction} DALi is a quick and easy way of allowing developers to create Rich UI Applications like: @@ -22,7 +23,7 @@ the OpenGL API from developers and provides a clean cross-platform C++ & JavaScr + Provides Layers to aid in 2D UI layout + Easy to use Animation framework + Automatic background loading of resources ( images / text / meshes ) - + Runs all animations in a seperate thread. This helps maintain 60 FPS even if JavaScript is performing a long operation ( e.g. Garbage Collection ). + + Runs all animations in a separate thread. This helps maintain 60 FPS even if JavaScript is performing a long operation ( e.g. Garbage Collection ). + Provides keyboard / touch / mouse handling ![ ](screen-shot.png)