d2dd55a652d904373ceaa6c009388759524c6342
[platform/core/uifw/dali-toolkit.git] / docs / content / main.md
1 # DALi Introduction
2
3 ### Introduction
4  + [What is DALi?](@ref dali-introduction)
5  + [Features](@ref dali-features)
6  + [High Level Design](@ref dali-hld)
7   + [Components](@ref dali-components)
8   + [Main, Update & Render Threads](@ref dali-threads)
9  + [DALi Fundamentals](@ref fundamentals)
10   + [Actors & Stage](@ref actors-and-stage)
11   + [Coordinate System](@ref coordinate-system)
12   + [Scene Graph](@ref scene-graph)
13   + [Handle / Body Idiom](@ref handle-body-idiom)
14   + [Signals](@ref signals)
15   + [Properties](@ref properties)
16   + [Actions](@ref actions)
17  + Tutorial
18   + [Hello World](@ref hello-world)
19
20 ### Getting Started
21  + [How to build DALi on Ubuntu Desktop](@ref build-ubuntu)
22
23 ### Programming Guide
24  + [Programming Languages:](@ref programming-languages)
25   + [C++](@ref c-plus-plus)
26   + [JavaScript](@ref java-script-support)
27   + [JSON](@ref json-support)
28  + [Application](@ref dali-application)
29  + Actors
30   + [Positioning](@ref positioning-actors)
31   + [Event Handling](@ref event-system)
32   + [Layouting](@ref size-negotiation)
33   + [Image Actor](@ref image-actor)
34  + [Animation](@ref animation)
35   + [Basic Framework](@ref animation-basics)
36   + [Key Frame Animations](@ref animation-key-frame)
37   + Path Animations
38   + [Constraints](@ref constraints)
39    + Equal To Constraint
40    + Relative To Constraint
41    + Linear Constrainer
42    + Path Constrainer
43   + [Multi-threading Notes](@ref animation-multi-threading-notes)
44   + [Shader Animation](@ref animation-shader)
45
46 ### Resources
47  + Resource Image
48  + 9 Patch Image
49  + Buffer Image
50
51 ### Control Base Class
52  + [Background Feature](@ref background)
53  + Keyboard Focus
54  + Accessibility
55
56 ### UI Controls
57  + [Text Label](@ref text-label)
58  + [Text Field](@ref text-field)
59  + Buttons
60  + TableView
61  + [Scroll View](@ref scroll-view)
62  + ItemView
63
64 ### RenderTasks
65
66 ### Shader Effects
67  + [Overview](@ref shader-intro)
68
69 ### Scripting
70  + [JSON and JavaScript Overview](@ref scriptoverview)
71  + [JSON Syntax](@ref script-json-specification)
72  + [Scripting Hello World](@ref script-hello)
73
74 ### Tools
75  + Environment Variables
76  + [Resource Tracking](@ref resourcetracking)
77  + Logging
78  + GUI Builder
79  + [Stagehand - DALi Visual Debugger](@ref stagehand)
80
81 ### Viewing Modes
82  + [Overview](@ref viewing-modes)
83
84 ### Extending DALi
85  + Control Base Class Services
86  + How to write Custom UI Controls
87   + [Size Negotiation for Controls](@ref size-negotiation-controls)
88   + [Type Registration](@ref type-registration)
89   + How to make Controls Scriptable
90  + [Automated Tests](@ref auto_testing)
91  + [Programming Guide](@ref documentationguide)
92  + [JavaScript Wrapping Guide for DALi developers](@ref javascriptwrapping)
93
94 ### Application Optimization Guide
95  + [Texture Atlases](@ref textureatlases)
96  + [Texture Compression](@ref texturecompression)
97  + [Rescaling Images](@ref resourceimagescaling)
98  + Performance & Debugging
99  + [Performance Tips](@ref performancetips)
100  + [Performance Profiling](@ref performanceprofiling)
101