-
-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathexamples_topics.xml
More file actions
executable file
·75 lines (75 loc) · 2.59 KB
/
Copy pathexamples_topics.xml
File metadata and controls
executable file
·75 lines (75 loc) · 2.59 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<examples>
<cat label="Geometry">
<ex file="Vertices.html">Vertices</ex>
<ex file="RGBCube.html">RGB Cube</ex>
<ex file="SpaceJunk.html">Space Junk</ex>
<ex file="ShapeTransform.html">Shape Transform</ex>
<ex file="Toroid.html">Toroid</ex>
<ex file="Icosahedra.html">Icosahedra</ex>
</cat>
<cat label="Drawing">
<ex file="ContinuousLines.html">Continuous Lines</ex>
<ex file="Pattern.html">Pattern</ex>
<ex file="Pulses.html">Pulses</ex>
</cat>
<cat label="Animation">
<ex file="Sequential.html">Sequential</ex>
<ex file="AnimatedSprite.html">Animated Sprite</ex>
</cat>
<cat label="GUI">
<ex file="Rollover.html">Rollover</ex>
<ex file="Button.html">Button</ex>
<ex file="Handles.html">Handles</ex>
<ex file="Scrollbar.html">Scrollbar</ex>
</cat>
<cat label="Motion">
<ex file="Linear.html">Linear</ex>
<ex file="Bounce.html">Bounce</ex>
<ex file="BouncyBubbles.html">Bouncy Bubbles</ex>
<ex file="MovingOnCurves.html">Moving On Curves</ex>
<ex file="Brownian.html">Brownian</ex>
</cat>
<cat label="Interaction">
<ex file="Tickle.html">Tickle</ex>
<ex file="Follow1.html">Follow 1</ex>
<ex file="Follow2.html">Follow 2</ex>
<ex file="Follow3.html">Follow 3</ex>
<ex file="Reach1.html">Reach 1</ex>
<ex file="Reach2.html">Reach 2</ex>
<ex file="Reach3.html">Reach 3</ex>
</cat>
<cat label="Image Processing">
<ex file="PixelArray.html">Pixel Array</ex>
<ex file="Brightness.html">Brightness</ex>
<ex file="Blur.html">Blur</ex>
<ex file="EdgeDetection.html">Edge Detection</ex>
<ex file="Zoom.html">Zoom</ex>
<ex file="Explode.html">Explode</ex>
</cat>
<cat label="Textures">
<ex file="TextureQuad.html">Texture Quad</ex>
<ex file="TextureTriangle.html">Texture Triangle</ex>
<ex file="TextureCylinder.html">Texture Cylinder</ex>
<ex file="TextureCube.html">Texture Cube</ex>
</cat>
<cat label="Simulate">
<ex file="Spring.html">Spring</ex>
<ex file="Springs.html">Springs</ex>
<ex file="Chain.html">Chain</ex>
<ex file="SoftBody.html">Soft Body</ex>
<ex file="Flocking.html">Flocking</ex>
<ex file="SimpleParticleSystem.html">Simple Particle System</ex>
<ex file="MultipleParticleSystems.html">Multiple Particle Systems</ex>
</cat>
<cat label="Fractals and L-Systems">
<ex file="Mandelbrot.html">Mandelbrot</ex>
<ex file="Tree.html">Tree</ex>
</cat>
<cat label="Cellular Automata">
<ex file="Wolfram.html">Wolframs's 1D CA</ex>
<ex file="GameOfLife.html">Conway's Game of Life</ex>
<ex file="Spore1.html">Spore 1</ex>
<ex file="Spore2.html">Spore 2</ex>
</cat>
</examples>