Project

General

Profile

Download (10.7 KB) Statistics
| Branch: | Revision:

examples / src / main / res / values / strings.xml @ 5ceea148

1 427ab7bf Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2 fe7fe83e Leszek Koltunski
<resources>
3 ed1c0b33 Leszek Koltunski
    <string name="app_name">Distorted Examples</string>
4 89a0d841 Leszek Koltunski
    <string name="tocHeader">Welcome to the Distorted Examples!\nCode, Tutorials, Wiki: http://distorted.org/</string>
5 fe7fe83e Leszek Koltunski
6 427ab7bf Leszek Koltunski
    <string name="distort">Distort</string>
7
    <string name="deform">Deform</string>
8
    <string name="shear">Shear</string>
9 edafb4a7 Leszek Koltunski
    <string name="sink">Sink</string>
10
    <string name="alpha">Alpha</string>
11
    <string name="chroma">Chroma</string>
12
    <string name="brightness">Brightness</string>
13
    <string name="saturation">Saturation</string>
14
    <string name="contrast">Contrast</string>
15 65270124 Leszek Koltunski
    <string name="swirl">Swirl</string>
16 43bda3db Leszek Koltunski
    <string name="blur">Blur</string>
17 c40df162 Leszek Koltunski
    <string name="glow">Glow</string>
18 fe7fe83e Leszek Koltunski
19
    <string name="type_matrix">Matrix</string>
20
    <string name="type_vertex">Vertex</string>
21
    <string name="type_fragment">Fragment</string>
22
    <string name="type_postprocess">Postprocess</string>
23
24 3a4f3ae2 Leszek Koltunski
    <string name="glow_radius">Radius</string>
25
    <string name="glow_alpha">Alpha</string>
26 edafb4a7 Leszek Koltunski
    <string name="continu">Continue</string>
27
    <string name="rows">Rows</string>
28
    <string name="cols">Cols</string>
29 427ab7bf Leszek Koltunski
    <string name="path">Path</string>
30
    <string name="loop">Loop</string>
31
    <string name="jump">Jump</string>
32
    <string name="duration">Duration</string>
33
    <string name="reset">Reset</string>
34
    <string name="bubble">Bubble</string>
35 f9afbbf3 Leszek Koltunski
    <string name="add">Touch screen to add new</string>
36
    <string name="remove">Remove existing effect(s) by</string>
37 af225332 Leszek Koltunski
    <string name="removebut">Remove</string>
38
    <string name="name">effects by name</string>
39
    <string name="type">effects by type</string>
40
    <string name="id">effects by ID</string>
41 f9afbbf3 Leszek Koltunski
    <string name="list">List of all existing effects</string>
42 427ab7bf Leszek Koltunski
    <string name="print">Print</string>
43
    <string name="abort">Abort</string>
44
    <string name="count">Count</string>
45
    <string name="maxv">vertex:</string>
46
    <string name="maxf">fragment:</string>
47
    <string name="introduction">Set maximum number of vertex and fragment effects and press \'Check\' to see if shaders compile:</string>
48
    <string name="check">Check</string>
49
    <string name="noise">Noise</string>
50
    <string name="swing">Swing</string>
51
    <string name="size">Size</string>
52
    <string name="hips">Hips</string>
53
    <string name="dim1D">1D</string>
54
    <string name="dim2D">2D</string>
55
    <string name="dim3DXY">3DXY</string>
56
    <string name="dim3DXZ">3DXZ</string>
57
    <string name="Up">Up</string>
58
    <string name="Default">Default</string>
59 a2cb31e9 Leszek Koltunski
    <string name="save">Save</string>
60 65270124 Leszek Koltunski
    <string name="New">new</string>
61 50ac40a6 Leszek Koltunski
    <string name="Create">Create</string>
62 bcc8e016 Leszek Koltunski
    <string name="Bitmap">Bitmap</string>
63 65270124 Leszek Koltunski
    <string name="Add">Add</string>
64
    <string name="RemoveAll">Remove All</string>
65 100e2da7 Leszek Koltunski
    <string name="amplitude">Amplitude</string>
66
    <string name="length">Length</string>
67
    <string name="angleA">Alpha</string>
68
    <string name="angleB">Beta</string>
69 1746198f Leszek Koltunski
    <string name="DepthYes">Depth</string>
70
    <string name="DepthNo">No Depth</string>
71 bfcf419a Leszek Koltunski
    <string name="mesh">Mesh</string>
72 bddd4b2d Leszek Koltunski
    <string name="show_center">Center</string>
73
    <string name="show_region">Region</string>
74
    <string name="show_normal">Normals</string>
75
    <string name="oit">OIT</string>
76 aedd9013 leszek
    <string name="screen">Screen</string>
77
    <string name="framebuffer">Framebuffer</string>
78 65f622c1 Leszek Koltunski
    <string name="matrixautomatic">Automatic Matrix Effects</string>
79 77a500b3 Leszek Koltunski
    <string name="inflate">Inflate</string>
80 c40df162 Leszek Koltunski
    <string name="none">None</string>
81 a2cb31e9 Leszek Koltunski
82 fe7fe83e Leszek Koltunski
    <string name="quality0">Highest</string>
83
    <string name="quality1">High</string>
84
    <string name="quality2">Medium</string>
85
    <string name="quality3">Low</string>
86
87 f1b8b412 Leszek Koltunski
    <string name="color_blue">Blue</string>
88
    <string name="color_black">Black</string>
89
    <string name="color_red">Red</string>
90
    <string name="color_yellow">Yellow</string>
91
    <string name="color_green">Green</string>
92
    <string name="color_cyan">Cyan</string>
93
    <string name="color_white">White</string>
94
95 6f3024ae Leszek Koltunski
    <string name="radius_placeholder">Radius: %1$s</string>
96
    <string name="noise_placeholder">Noise %1$s</string>
97
    <string name="length_placeholder">Length %1$d</string>
98 b1c2b02f Leszek Koltunski
    <string name="amplitude_placeholder">Amplitu %1$d</string>
99 6f3024ae Leszek Koltunski
    <string name="alpha_placeholder">Alpha %1$d</string>
100
    <string name="beta_placeholder">Beta %1$d</string>
101 bf0d1908 Leszek Koltunski
    <string name="swing_placeholder">Swing %1$d</string>
102
    <string name="size_placeholder">Size %1$.1f</string>
103
    <string name="hips_placeholder">Hips %1$d</string>
104 6f3024ae Leszek Koltunski
    <string name="fov_placeholder">FOV: %1$d</string>
105 af662543 leszek
    <string name="near_placeholder">Near: %1$.2f</string>
106 6f3024ae Leszek Koltunski
    <string name="wind_placeholder">Wind: %1$d</string>
107 43bda3db Leszek Koltunski
    <string name="blur_placeholder">Blur: %1$d</string>
108 3a4f3ae2 Leszek Koltunski
    <string name="glow_radius_placeholder">Radius: %1$d</string>
109
    <string name="glow_alpha_placeholder">Alpha: %1$.2f</string>
110 77a500b3 Leszek Koltunski
    <string name="inflate_placeholder">Inflate: %1$.2f</string>
111 6f3024ae Leszek Koltunski
112 fe7fe83e Leszek Koltunski
    <string name="example_monalisa">Mona Lisa</string>
113 427ab7bf Leszek Koltunski
    <string name="example_monalisa_subtitle">The basics of Distortions.</string>
114 b0ebdf5e Leszek Koltunski
    <string name="example_sink">Sink</string>
115 427ab7bf Leszek Koltunski
    <string name="example_sink_subtitle">Learn about sinks.</string>
116 fe7fe83e Leszek Koltunski
    <string name="example_bean">Mr. Bean</string>
117 427ab7bf Leszek Koltunski
    <string name="example_bean_subtitle">Interpolation between more than two Points.</string>
118 10d53839 Leszek Koltunski
    <string name="example_projection">Projection</string>
119
    <string name="example_projection_subtitle">Adjust the Projection Matrix.</string>
120 fe7fe83e Leszek Koltunski
    <string name="example_deform">Deformations and Distortions</string>
121 427ab7bf Leszek Koltunski
    <string name="example_deform_subtitle">Deform the whole bitmap or Distort a part of it.</string>
122 fe7fe83e Leszek Koltunski
    <string name="example_listener">DistortedListener</string>
123 427ab7bf Leszek Koltunski
    <string name="example_listener_subtitle">Listen on effect events and react on them.</string>
124 f988589e Leszek Koltunski
    <string name="example_dynamic">Dynamics</string>
125
    <string name="example_dynamic_subtitle">Not an effect in itself, but rather a building block for other effects.</string>
126 fe7fe83e Leszek Koltunski
    <string name="example_girl">Girl</string>
127 427ab7bf Leszek Koltunski
    <string name="example_girl_subtitle">Distort, Sink and Swirl effects all in one.</string>
128 fe7fe83e Leszek Koltunski
    <string name="example_macroblock">Cat and Dog</string>
129 f26ab2fd Leszek Koltunski
    <string name="example_macroblock_subtitle">Chroma, Transparency and Rotation effects.</string>
130 fe7fe83e Leszek Koltunski
    <string name="example_movingeffects">Moving Effects</string>
131 427ab7bf Leszek Koltunski
    <string name="example_movingeffects_subtitle">Use the Interpolator to move effects around.</string>
132 fe7fe83e Leszek Koltunski
    <string name="example_differenteffects">Different Effects</string>
133 427ab7bf Leszek Koltunski
    <string name="example_differenteffects_subtitle">See how to draw the same bitmap multiple times, each time with different set of effects applied.</string>
134 fe7fe83e Leszek Koltunski
    <string name="example_differentbitmaps">Different Bitmaps</string>
135 427ab7bf Leszek Koltunski
    <string name="example_differentbitmaps_subtitle">Draw 3 different bitmaps, apply the same set of effects to each one in one go.</string>
136 758303a3 Leszek Koltunski
    <string name="example_effectqueue">Effect Queue</string>
137
    <string name="example_effectqueue_subtitle">Add, remove and list all effects currently acting on a Bitmap.</string>
138 fe7fe83e Leszek Koltunski
    <string name="example_check">Check</string>
139 427ab7bf Leszek Koltunski
    <string name="example_check_subtitle">Check the maximum number of effects (separately for vertex and fragment shaders) we can apply to a single bitmap.</string>
140 5ceea148 Leszek Koltunski
    <string name="example_objecttree">Object Tree</string>
141
    <string name="example_objecttree_subtitle">Render one object on top of another.</string>
142 fe7fe83e Leszek Koltunski
    <string name="example_starwars">Star Wars</string>
143 427ab7bf Leszek Koltunski
    <string name="example_starwars_subtitle">Shows how to create the opening crawl from Star Wars Episode IV.</string>
144 fe7fe83e Leszek Koltunski
    <string name="example_olimpic">Olimpic Rings</string>
145 427ab7bf Leszek Koltunski
    <string name="example_olimpic_subtitle">Shows the Chroma effect and Node optimizations.</string>
146 fe7fe83e Leszek Koltunski
    <string name="example_cubes">Cubes</string>
147 427ab7bf Leszek Koltunski
    <string name="example_cubes_subtitle">Tests the DistortedCubes render target.</string>
148 fe7fe83e Leszek Koltunski
    <string name="example_quaternion">Quaternion</string>
149 427ab7bf Leszek Koltunski
    <string name="example_quaternion_subtitle">Random rotations using quaternions.</string>
150 06c636a5 Leszek Koltunski
    <string name="example_effects3d">Generic Test</string>
151 9a94f99f Leszek Koltunski
    <string name="example_effects3d_subtitle">Apply any Effect to a 3D object.</string>
152 56cbe1cf Leszek Koltunski
    <string name="example_plainmonalisa">SurfaceView</string>
153 862fcd79 Leszek Koltunski
    <string name="example_plainmonalisa_subtitle">MonaLisa rendered on a plain SurfaceView</string>
154 a2cb31e9 Leszek Koltunski
    <string name="example_save">Save to PNG</string>
155
    <string name="example_save_subtitle">Saving the output to a PNG file.</string>
156 175f355d Leszek Koltunski
    <string name="example_flag">Waving flag</string>
157
    <string name="example_flag_subtitle">See the WAVE effect.</string>
158 14122c52 Leszek Koltunski
    <string name="example_wind">Variable wind</string>
159
    <string name="example_wind_subtitle">A couple of effects put together to create an effect of a waving flag.</string>
160 7ba38011 Leszek Koltunski
    <string name="example_aroundtheworld">Around the World</string>
161
    <string name="example_aroundtheworld_subtitle">Combine several effects to change facial features.</string>
162 03a2fd30 Leszek Koltunski
    <string name="example_mirror">Mirror</string>
163
    <string name="example_mirror_subtitle">Ping-pong between offscreen buffers to achieve the \'infinite mirror\' effect.</string>
164 43bda3db Leszek Koltunski
    <string name="example_blur">Blur</string>
165
    <string name="example_blur_subtitle">Postprocessing effect: Blur.</string>
166 58059374 Leszek Koltunski
    <string name="example_multiblur">Multiblur</string>
167
    <string name="example_multiblur_subtitle">Blur multiple objects which obstruct each other.</string>
168 80f37d1b Leszek Koltunski
    <string name="example_triblur">Triblur</string>
169
    <string name="example_triblur_subtitle">Three different, blurred, obstructing objects.</string>
170 efc280af Leszek Koltunski
    <string name="example_postprocesstree">Postprocess Tree</string>
171
    <string name="example_postprocesstree_subtitle">Three layers of postprocessed surfaces.</string>
172 664a0e45 Leszek Koltunski
    <string name="example_transparency">Transparency</string>
173
    <string name="example_transparency_subtitle">Order Independent Transparency.</string>
174 32d08f39 Leszek Koltunski
    <string name="example_stencil">Stencil Buffer</string>
175
    <string name="example_stencil_subtitle">Implement the classic stencil example from https://open.gl/depthstencils</string>
176 cb9d104d Leszek Koltunski
    <string name="example_glow">Glowing Leaf</string>
177
    <string name="example_glow_subtitle">Leaf glowing with light.</string>
178 11298b49 Leszek Koltunski
    <string name="example_moving_glow">Glow Effect</string>
179
    <string name="example_moving_glow_subtitle">See moving objects glowing with light.</string>
180 77a500b3 Leszek Koltunski
    <string name="example_inflate">Debug Inflating the Mesh</string>
181
    <string name="example_inflate_subtitle">Just a test appliacation for the developers of the library to test the Inflate mechanism.</string>
182 862fcd79 Leszek Koltunski
183 427ab7bf Leszek Koltunski
    <string name="example_movingeffects_toast">Click on \'RESET\' and define your path by touching the screen. Then click on one of the effects and see it move along your path.</string>
184 175f355d Leszek Koltunski
    <string name="example_rotate_toast">Rotate the scene by swiping the screen</string>
185 8bebb319 Leszek Koltunski
    <string name="example_effects2d_toast">Failed to add new effect</string>
186 d1468757 Leszek Koltunski
</resources>