No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
The drawing instructions are sketched out here: <br> | The drawing instructions are sketched out here: <br> | ||
[[File:ppapadi_01a.jpg|thumb|left|200px]] <br> | [[File:ppapadi_01a.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | |||
The result is here: <br> | The result is here: <br> | ||
[[File:ppapadi_01b.jpg|thumb|left|200px]] <br> | [[File:ppapadi_01b.jpg|thumb|left|200px]] <br> | ||
Line 17: | Line 18: | ||
2. [http://codepen.io/ppapadi/pen/eBgwLQ?editors=0010 Curve controlled by randomness] <br> | 2. [http://codepen.io/ppapadi/pen/eBgwLQ?editors=0010 Curve controlled by randomness] <br> | ||
[[Image:ppapadi_03b.jpg|thumb|left|200px]] <br> | [[Image:ppapadi_03b.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | |||
3. [http://codepen.io/ppapadi/pen/jVyGLq?editors=0010 Curve controlled by randomness - bonus] <br> | |||
[[Image:ppapadi_03c.jpg|thumb|left|200px]] <br> | [[Image:ppapadi_03c.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> |
Revision as of 01:00, 27 February 2017
Week 01
Course application project
The drawing instructions are sketched out here:
The result is here:
Week 03
2. Curve controlled by randomness
3. Curve controlled by randomness - bonus
Week 04
1. Generative turtle walk
The curve shows the turning point of the turtle.
2. turtle walk with data
The selected background image is converted to the command which defines the direction of turtle walk.
Each pixels of the image are sampled, and the strongest one of the R, G or B is assigned as a command.
Thus, the direction of the curve reflects the dominant color factor
To test locally, you can download this project;
Media:Turtle_homework_02_modified.zip