Skip to content

Commit 1726f63

Browse files
author
monkstone
committed
more links
1 parent fd5503f commit 1726f63

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
77

88
1. [structure][]
99
2. [objects][]
10+
3. [arrays][]
11+
4. [input][]
12+
5. [shape][]
13+
6. [image][]
14+
7. [control][]
1015

1116
2. [Topics][]
1217

@@ -20,7 +25,11 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
2025

2126
[Basic]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics
2227
[structure]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/structure
23-
[objects]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/structure
28+
[objects]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/objects
29+
[arrays]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/arrays
30+
[control]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/control
31+
[shape]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/shape
32+
[input]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/input
2433
[Topics]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics
2534
[lsystems]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/lsystems
2635
[shaders]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/shaders

0 commit comments

Comments
 (0)