-
-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathexamples_basics.xml
More file actions
140 lines (140 loc) · 6.23 KB
/
examples_basics.xml
File metadata and controls
140 lines (140 loc) · 6.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<examples>
<cat label="Structure">
<ex p5="true" file="StatementsComments.html">Statements and Comments</ex>
<ex p5="true" file="Coordinates.html">Coordinates</ex>
<ex p5="true" file="WidthHeight.html">Width and Height</ex>
<ex p5="true" file="SetupDraw.html">Setup and Draw</ex>
<ex p5="true" file="NoLoop.html">No Loop</ex>
<ex p5="true" file="Loop.html">Loop</ex>
<ex p5="true" file="Redraw.html">Redraw</ex>
<ex p5="true" file="Functions.html">Functions</ex>
<ex p5="true" file="Recursion.html">Recursion</ex>
<ex p5="true" file="CreateGraphics.html">CreateGraphics</ex>
</cat>
<cat label="Form">
<ex p5="true" file="PointsLines.html">Points and Lines</ex>
<ex p5="true" file="ShapePrimitives.html">Shape Primitives</ex>
<ex p5="true" file="PieChart.html">Pie Chart</ex>
<ex p5="true" file="RegularPolygon.html">Regular Polygon</ex>
<ex p5="true" file="Star.html">Star</ex>
<ex p5="true" file="TriangleStrip.html">Triangle Strip</ex>
<ex p5="true" file="Bezier.html">Bezier</ex>
<ex file="Primitives3D.html">3D Primitives</ex>
</cat>
<cat label="Data">
<ex p5="true" file="Variables.html">Variables</ex>
<ex p5="true" file="IntegersFloats.html">Integers and Floats</ex>
<ex p5="true" file="TrueFalse.html">True/False</ex>
<ex p5="true" file="CharactersStrings.html">Characters and Strings</ex>
<ex p5="true" file="VariableScope.html">Variable Scope</ex>
<ex p5="true" file="DatatypeConversion.html">Datatype Conversion</ex>
</cat>
<cat label="Arrays">
<ex p5="true" file="Array.html">Array</ex>
<ex p5="true" file="Array2D.html">Array 2D</ex>
<ex p5="true" file="ArrayObjects.html">Array Objects</ex>
</cat>
<cat label="Control">
<ex p5="true" file="Iteration.html">Iteration</ex>
<ex p5="true" file="EmbeddedIteration.html">Embedded Iteration</ex>
<ex p5="true" file="Conditionals1.html">Conditionals 1</ex>
<ex p5="true" file="Conditionals2.html">Conditionals 2</ex>
<ex p5="true" file="LogicalOperators.html">Logical Operators</ex>
</cat>
<cat label="Image">
<ex p5="true" file="LoadDisplayImage.html">Load and Display Image</ex>
<ex p5="true" file="BackgroundImage.html">Background Image</ex>
<ex p5="true" file="Transparency.html">Transparency</ex>
<ex p5="true" file="Alphamask.html">Alphamask</ex>
<ex p5="true" file="CreateImage.html">CreateImage</ex>
<ex p5="true" file="Pointillism.html">Pointillism</ex>
<ex p5="true" file="RequestImage.html">Request Image</ex>
</cat>
<cat label="Shape">
<ex file="LoadDisplaySVG.html">Load and Display SVG</ex>
<ex file="DisableStyle.html">Disable Style</ex>
<ex file="ScaleShape.html">Scale Shape</ex>
<ex file="GetChild.html">Get Child</ex>
</cat>
<cat label="Color">
<ex p5="true" file="Hue.html">Hue</ex>
<ex p5="true" file="Saturation.html">Saturation</ex>
<ex p5="true" file="Brightness.html">Brightness</ex>
<ex p5="true" file="ColorVariables.html">Color Variables</ex>
<ex p5="true" file="Relativity.html">Relativity</ex>
<ex p5="true" file="LinearGradient.html">Linear Gradient</ex>
<ex p5="true" file="RadialGradient.html">Radial Gradient</ex>
<ex file="WaveGradient.html">Wave Gradient</ex>
</cat>
<cat label="Math">
<ex p5="true" file="IncrementDecrement.html">Increment/Decrement</ex>
<ex p5="true" file="OperatorPrecedence.html">Operator Precedence</ex>
<ex p5="true" file="Distance1D.html">Distance 1D</ex>
<ex p5="true" file="Distance2D.html">Distance 2D</ex>
<ex p5="true" file="Map.html">Map</ex>
<ex p5="true" file="Sine.html">Sine</ex>
<ex p5="true" file="SineCosine.html">Sine and Cosine</ex>
<ex p5="true" file="SineWave.html">Sine Wave</ex>
<ex p5="true" file="AdditiveWave.html">Additive Wave</ex>
<ex p5="true" file="PolarToCartesian.html">Polar to Cartesian</ex>
<ex p5="true" file="Arctangent.html">Arctangent</ex>
<ex p5="true" file="Graphing2DEquation.html">Graphing 2D Equation</ex>
<ex p5="true" file="Interpolate.html">Interpolate</ex>
<ex p5="true" file="Random.html">Random</ex>
<ex p5="true" file="DoubleRandom.html">Double Random</ex>
<ex p5="true" file="RandomGaussian.html">Random Gaussian</ex>
<ex p5="true" file="Noise1D.html">Noise 1D</ex>
<ex p5="true" file="Noise2D.html">Noise 2D</ex>
<ex p5="true" file="Noise3D.html">Noise 3D</ex>
<ex p5="true" file="NoiseWave.html">NoiseWave</ex>
</cat>
<cat label="Input">
<ex p5="true" file="Mouse1D.html">Mouse 1D</ex>
<ex p5="true" file="Mouse2D.html">Mouse 2D</ex>
<ex p5="true" file="MousePress.html">MousePress</ex>
<ex p5="true" file="MouseSignals.html">Mouse Signals</ex>
<ex p5="true" file="Easing.html">Easing</ex>
<ex p5="true" file="Constrain.html">Constrain</ex>
<ex p5="true" file="StoringInput.html">Storing Input</ex>
<ex p5="true" file="MouseFunctions.html">Mouse Functions</ex>
<ex p5="true" file="Keyboard.html">Keyboard</ex>
<ex p5="true" file="KeyboardFunctions.html">Keyboard Functions</ex>
<ex p5="true" file="Milliseconds.html">Milliseconds</ex>
<ex p5="true" file="Clock.html">Clock</ex>
</cat>
<cat label="Transform">
<ex p5="true" file="Translate.html">Translate</ex>
<ex p5="true" p5="true" file="Scale.html">Scale</ex>
<ex p5="true" file="Rotate.html">Rotate</ex>
<ex file="RotateXY.html">RotateXY</ex>
<ex file="RotatePushPop.html">RotatePushPop</ex>
<ex p5="true" file="Arm.html">Arm</ex>
</cat>
<cat label="Objects">
<ex p5="true" file="Objects.html">Objects</ex>
<ex p5="true" file="MultipleConstructors.html">Multiple Constructors</ex>
<ex p5="true" file="CompositeObjects.html">Composite Objects</ex>
<ex p5="true" file="Inheritance.html">Inheritance</ex>
</cat>
<cat label="Typography">
<ex p5="true" file="Letters.html">Letters</ex>
<ex p5="true" file="Words.html">Words</ex>
</cat>
<cat label="Web">
<ex p5="true" file="EmbeddedLinks.html">Embedded Links</ex>
<ex p5="true" file="LoadingImages.html">Loading Images</ex>
</cat>
<cat label="Lights">
<ex file="OnOff.html">On/Off</ex>
<ex file="Directional.html">Directional</ex>
<ex file="Spot.html">Spot</ex>
<ex file="Reflection.html">Reflection</ex>
<ex file="Mixture.html">Mixture</ex>
<ex file="MixtureGrid.html">Mixture Grid</ex>
</cat>
<cat label="Camera">
<ex file="Perspective.html">Perspective</ex>
<ex file="MoveEye.html">Move Eye</ex>
</cat>
</examples>