Project

General

Profile

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

examples / src / main / res / values / strings.xml @ 42aa970f

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 2fad84a7 Leszek Koltunski
    <string name="radius">Radius</string>
25 3a4f3ae2 Leszek Koltunski
    <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 dea555b9 Leszek Koltunski
    <string name="convexity">Convex</string>
46 427ab7bf Leszek Koltunski
    <string name="maxv">vertex:</string>
47
    <string name="maxf">fragment:</string>
48
    <string name="introduction">Set maximum number of vertex and fragment effects and press \'Check\' to see if shaders compile:</string>
49
    <string name="check">Check</string>
50
    <string name="noise">Noise</string>
51
    <string name="swing">Swing</string>
52
    <string name="size">Size</string>
53
    <string name="hips">Hips</string>
54
    <string name="dim1D">1D</string>
55
    <string name="dim2D">2D</string>
56
    <string name="dim3DXY">3DXY</string>
57
    <string name="dim3DXZ">3DXZ</string>
58
    <string name="Up">Up</string>
59
    <string name="Default">Default</string>
60 a2cb31e9 Leszek Koltunski
    <string name="save">Save</string>
61 65270124 Leszek Koltunski
    <string name="New">new</string>
62 50ac40a6 Leszek Koltunski
    <string name="Create">Create</string>
63 bcc8e016 Leszek Koltunski
    <string name="Bitmap">Bitmap</string>
64 65270124 Leszek Koltunski
    <string name="Add">Add</string>
65
    <string name="RemoveAll">Remove All</string>
66 100e2da7 Leszek Koltunski
    <string name="amplitude">Amplitude</string>
67
    <string name="length">Length</string>
68
    <string name="angleA">Alpha</string>
69
    <string name="angleB">Beta</string>
70 1746198f Leszek Koltunski
    <string name="DepthYes">Depth</string>
71
    <string name="DepthNo">No Depth</string>
72 bfcf419a Leszek Koltunski
    <string name="mesh">Mesh</string>
73 bddd4b2d Leszek Koltunski
    <string name="show_center">Center</string>
74
    <string name="show_region">Region</string>
75
    <string name="show_normal">Normals</string>
76
    <string name="oit">OIT</string>
77 aedd9013 leszek
    <string name="screen">Screen</string>
78
    <string name="framebuffer">Framebuffer</string>
79 65f622c1 Leszek Koltunski
    <string name="matrixautomatic">Automatic Matrix Effects</string>
80 77a500b3 Leszek Koltunski
    <string name="inflate">Inflate</string>
81 c40df162 Leszek Koltunski
    <string name="none">None</string>
82 a4d59c0b Leszek Koltunski
    <string name="effect_live">LIVE </string>
83
    <string name="effect_finished">FINISHED </string>
84 8a40abf4 Leszek Koltunski
    <string name="scramble">Scramble</string>
85 0094886e Leszek Koltunski
    <string name="credits">Credits</string>
86 2666a48c Leszek Koltunski
    <string name="start">Start</string>
87 8982b894 Leszek Koltunski
    <string name="association">Sink Association</string>
88 304cdff5 Leszek Koltunski
    <string name="rotate_left">Rotate Left</string>
89
    <string name="rotate_right">Rotate Right</string>
90 42aa970f Leszek Koltunski
    <string name="open">Open</string>
91 a2cb31e9 Leszek Koltunski
92 fe7fe83e Leszek Koltunski
    <string name="quality0">Highest</string>
93
    <string name="quality1">High</string>
94
    <string name="quality2">Medium</string>
95
    <string name="quality3">Low</string>
96
97 f1b8b412 Leszek Koltunski
    <string name="color_blue">Blue</string>
98
    <string name="color_black">Black</string>
99
    <string name="color_red">Red</string>
100
    <string name="color_yellow">Yellow</string>
101
    <string name="color_green">Green</string>
102
    <string name="color_cyan">Cyan</string>
103
    <string name="color_white">White</string>
104
105 6f3024ae Leszek Koltunski
    <string name="radius_placeholder">Radius: %1$s</string>
106
    <string name="noise_placeholder">Noise %1$s</string>
107
    <string name="length_placeholder">Length %1$d</string>
108 b1c2b02f Leszek Koltunski
    <string name="amplitude_placeholder">Amplitu %1$d</string>
109 6f3024ae Leszek Koltunski
    <string name="alpha_placeholder">Alpha %1$d</string>
110
    <string name="beta_placeholder">Beta %1$d</string>
111 25eeb4d4 Leszek Koltunski
    <string name="swing_placeholder">Swing %1$.3f</string>
112
    <string name="size_placeholder">Size %1$.3f</string>
113 bf0d1908 Leszek Koltunski
    <string name="hips_placeholder">Hips %1$d</string>
114 6f3024ae Leszek Koltunski
    <string name="fov_placeholder">FOV: %1$d</string>
115 af662543 leszek
    <string name="near_placeholder">Near: %1$.2f</string>
116 6f3024ae Leszek Koltunski
    <string name="wind_placeholder">Wind: %1$d</string>
117 43bda3db Leszek Koltunski
    <string name="blur_placeholder">Blur: %1$d</string>
118 3a4f3ae2 Leszek Koltunski
    <string name="glow_radius_placeholder">Radius: %1$d</string>
119
    <string name="glow_alpha_placeholder">Alpha: %1$.2f</string>
120 77a500b3 Leszek Koltunski
    <string name="inflate_placeholder">Inflate: %1$.2f</string>
121 a4d59c0b Leszek Koltunski
    <string name="effect_id_placeholder">ID: %1$d</string>
122 6e18bd32 Leszek Koltunski
    <string name="rubik_placeholder">Cube: %1$d Available Memory: %2$d MB</string>
123 2666a48c Leszek Koltunski
    <string name="duration_placeholder">Duration: %1$d s</string>
124
    <string name="count_placeholder">Count: %1$.2f</string>
125 dea555b9 Leszek Koltunski
    <string name="convexity_placeholder">Convexity: %1$.2f</string>
126 d586fda6 Leszek Koltunski
    <string name="noise3_placeholder">Noise: %1$.2f %2$.2f %3$.2f %4$.2f</string>
127 6f3024ae Leszek Koltunski
128 fe7fe83e Leszek Koltunski
    <string name="example_monalisa">Mona Lisa</string>
129 427ab7bf Leszek Koltunski
    <string name="example_monalisa_subtitle">The basics of Distortions.</string>
130 b0ebdf5e Leszek Koltunski
    <string name="example_sink">Sink</string>
131 427ab7bf Leszek Koltunski
    <string name="example_sink_subtitle">Learn about sinks.</string>
132 fe7fe83e Leszek Koltunski
    <string name="example_bean">Mr. Bean</string>
133 427ab7bf Leszek Koltunski
    <string name="example_bean_subtitle">Interpolation between more than two Points.</string>
134 10d53839 Leszek Koltunski
    <string name="example_projection">Projection</string>
135
    <string name="example_projection_subtitle">Adjust the Projection Matrix.</string>
136 fe7fe83e Leszek Koltunski
    <string name="example_deform">Deformations and Distortions</string>
137 427ab7bf Leszek Koltunski
    <string name="example_deform_subtitle">Deform the whole bitmap or Distort a part of it.</string>
138 fe7fe83e Leszek Koltunski
    <string name="example_listener">DistortedListener</string>
139 427ab7bf Leszek Koltunski
    <string name="example_listener_subtitle">Listen on effect events and react on them.</string>
140 f988589e Leszek Koltunski
    <string name="example_dynamic">Dynamics</string>
141
    <string name="example_dynamic_subtitle">Not an effect in itself, but rather a building block for other effects.</string>
142 fe7fe83e Leszek Koltunski
    <string name="example_girl">Girl</string>
143 427ab7bf Leszek Koltunski
    <string name="example_girl_subtitle">Distort, Sink and Swirl effects all in one.</string>
144 bca41c80 Leszek Koltunski
    <string name="example_catanddog">Cat and Dog</string>
145
    <string name="example_catanddog_subtitle">Chroma, Transparency and Rotation effects.</string>
146 fe7fe83e Leszek Koltunski
    <string name="example_movingeffects">Moving Effects</string>
147 427ab7bf Leszek Koltunski
    <string name="example_movingeffects_subtitle">Use the Interpolator to move effects around.</string>
148 fe7fe83e Leszek Koltunski
    <string name="example_differenteffects">Different Effects</string>
149 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>
150 fe7fe83e Leszek Koltunski
    <string name="example_differentbitmaps">Different Bitmaps</string>
151 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>
152 758303a3 Leszek Koltunski
    <string name="example_effectqueue">Effect Queue</string>
153
    <string name="example_effectqueue_subtitle">Add, remove and list all effects currently acting on a Bitmap.</string>
154 fe7fe83e Leszek Koltunski
    <string name="example_check">Check</string>
155 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>
156 5ceea148 Leszek Koltunski
    <string name="example_objecttree">Object Tree</string>
157
    <string name="example_objecttree_subtitle">Render one object on top of another.</string>
158 fe7fe83e Leszek Koltunski
    <string name="example_starwars">Star Wars</string>
159 427ab7bf Leszek Koltunski
    <string name="example_starwars_subtitle">Shows how to create the opening crawl from Star Wars Episode IV.</string>
160 fe7fe83e Leszek Koltunski
    <string name="example_olimpic">Olimpic Rings</string>
161 427ab7bf Leszek Koltunski
    <string name="example_olimpic_subtitle">Shows the Chroma effect and Node optimizations.</string>
162 64558e4e Leszek Koltunski
    <string name="example_inflate">Inflate</string>
163
    <string name="example_inflate_subtitle">Test inflating Meshes and rendering them with OIT mode.</string>
164 fe7fe83e Leszek Koltunski
    <string name="example_quaternion">Quaternion</string>
165 427ab7bf Leszek Koltunski
    <string name="example_quaternion_subtitle">Random rotations using quaternions.</string>
166 bca41c80 Leszek Koltunski
    <string name="example_generic">Generic Test</string>
167
    <string name="example_generic_subtitle">Apply any Effect to a 3D object.</string>
168 386fd702 Leszek Koltunski
    <string name="example_surfaceview">SurfaceView</string>
169
    <string name="example_surfaceview_subtitle">MonaLisa rendered on a plain SurfaceView</string>
170 a2cb31e9 Leszek Koltunski
    <string name="example_save">Save to PNG</string>
171
    <string name="example_save_subtitle">Saving the output to a PNG file.</string>
172 175f355d Leszek Koltunski
    <string name="example_flag">Waving flag</string>
173
    <string name="example_flag_subtitle">See the WAVE effect.</string>
174 14122c52 Leszek Koltunski
    <string name="example_wind">Variable wind</string>
175
    <string name="example_wind_subtitle">A couple of effects put together to create an effect of a waving flag.</string>
176 7ba38011 Leszek Koltunski
    <string name="example_aroundtheworld">Around the World</string>
177
    <string name="example_aroundtheworld_subtitle">Combine several effects to change facial features.</string>
178 03a2fd30 Leszek Koltunski
    <string name="example_mirror">Mirror</string>
179
    <string name="example_mirror_subtitle">Ping-pong between offscreen buffers to achieve the \'infinite mirror\' effect.</string>
180 43bda3db Leszek Koltunski
    <string name="example_blur">Blur</string>
181
    <string name="example_blur_subtitle">Postprocessing effect: Blur.</string>
182 58059374 Leszek Koltunski
    <string name="example_multiblur">Multiblur</string>
183
    <string name="example_multiblur_subtitle">Blur multiple objects which obstruct each other.</string>
184 80f37d1b Leszek Koltunski
    <string name="example_triblur">Triblur</string>
185
    <string name="example_triblur_subtitle">Three different, blurred, obstructing objects.</string>
186 efc280af Leszek Koltunski
    <string name="example_postprocesstree">Postprocess Tree</string>
187
    <string name="example_postprocesstree_subtitle">Three layers of postprocessed surfaces.</string>
188 664a0e45 Leszek Koltunski
    <string name="example_transparency">Transparency</string>
189
    <string name="example_transparency_subtitle">Order Independent Transparency.</string>
190 32d08f39 Leszek Koltunski
    <string name="example_stencil">Stencil Buffer</string>
191
    <string name="example_stencil_subtitle">Implement the classic stencil example from https://open.gl/depthstencils</string>
192 cb9d104d Leszek Koltunski
    <string name="example_glow">Glowing Leaf</string>
193
    <string name="example_glow_subtitle">Leaf glowing with light.</string>
194 11298b49 Leszek Koltunski
    <string name="example_moving_glow">Glow Effect</string>
195
    <string name="example_moving_glow_subtitle">See moving objects glowing with light.</string>
196 64558e4e Leszek Koltunski
    <string name="example_earth">Earth</string>
197
    <string name="example_earth_subtitle">Test the sphere Mesh by showing the Earth in cosmos.</string>
198 6e18bd32 Leszek Koltunski
    <string name="example_rubik">Memory Test</string>
199
    <string name="example_rubik_subtitle">Keep an eye on memory consumption while allocating and deallocating Nodes.</string>
200 508ee98f Leszek Koltunski
    <string name="example_meshjoin">Joining Meshes</string>
201
    <string name="example_meshjoin_subtitle">See how one can join several simple meshes to form a single, more advanced one.</string>
202 59835a0a Leszek Koltunski
    <string name="example_predeform">PreApply Vertex Effects to a Mesh</string>
203
    <string name="example_predeform_subtitle">Create a more advanced Mesh by taking one of the simple ones and pre-applying a queue of Vertex Effects to it.</string>
204 887e1853 Leszek Koltunski
    <string name="example_deferredjob">Deferred Mesh Jobs</string>
205
    <string name="example_deferredjob_subtitle">Create an advanced mesh in steps, using deferred mesh jobs: apply vertex effects, copy meshes, join them, merge their components.</string>
206 90940caf Leszek Koltunski
    <string name="example_singlemesh">Single Mesh Rubik Cube</string>
207
    <string name="example_singlemesh_subtitle">Use the new MeshJoined + MeshBase.apply() to create a single, movable Mesh representing a 2x2x2 RubikCube.</string>
208 42aa970f Leszek Koltunski
    <string name="example_meshfile">Mesh from File</string>
209
    <string name="example_meshfile_subtitle">Explore Distorted\'s own Mesh format, dmesh. Open .dmesh files and explore their contents.</string>
210 862fcd79 Leszek Koltunski
211 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>
212 175f355d Leszek Koltunski
    <string name="example_rotate_toast">Rotate the scene by swiping the screen</string>
213 8bebb319 Leszek Koltunski
    <string name="example_effects2d_toast">Failed to add new effect</string>
214 da77ffd8 Leszek Koltunski
    <string name="example_dynamic_toast">First configure the Dynamic (above).\n\nThen touch the screen to add several points which will define the path to interpolate through.\n\nFinally click \'Start\'.</string>
215 d1468757 Leszek Koltunski
</resources>