Project

General

Profile

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

examples / src / main / res / values / strings.xml @ 77a500b3

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