No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
[[Image:ppapadi_03a.jpg|thumb|left|200px]] <br> | [[Image:ppapadi_03a.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
2a. [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;"> | <br style="clear:both;"> | ||
2b. [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;"> | ||
Line 34: | Line 34: | ||
== Week 05 == | == Week 05 == | ||
1a. [https://codepen.io/ppapadi/pen/dOJXzN?editors=0010 Recursive turtle]<br> | |||
The module of this turtle is a kind of cardiograph. <br> | The module of this turtle is a kind of cardiograph. <br> | ||
[[Image:ppapadi_05a.jpg|thumb|left|200px]] <br> | [[Image:ppapadi_05a.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
1b. [https://codepen.io/ppapadi/full/XNVKzW/ Recursive turtle #2 - bonus]<br> | |||
[[Image:ppapadi_05b.jpg|thumb|left|200px]] <br> | [[Image:ppapadi_05b.jpg|thumb|left|200px]] <br> | ||
<br style="clear:both;"> | |||
<br> | |||
2. [https://codepen.io/ppapadi/full/xRPypN/ Dancing fractal tree]<br> | |||
This fractal tree is controlled according to the angle set by the slider at the lower left. Each set of branches is thinner and whiter than the previous one. <br> | |||
[[Image:ppapadi_05c.jpg|thumb|left|200px]] <br> | |||
<br style="clear:both;"> | <br style="clear:both;"> | ||
<br> | <br> |
Revision as of 01:47, 27 February 2017
Week 01
Course application project
The drawing instructions are sketched out here:
The result is here:
Week 03
1. Random distribution matrix
This centralized ray matrix is a visualisation of a random distribution of interconnected points.
2a. Curve controlled by randomness
2b. Curve controlled by randomness - bonus
Week 04
1. Generative turtle walk
This turtlewalk follows a set of commands and repeats itself at a different angle when the turtle restarts. The red dots are the turning points of the route, but displaced.
Week 05
1a. Recursive turtle
The module of this turtle is a kind of cardiograph.
1b. Recursive turtle #2 - bonus
2. Dancing fractal tree
This fractal tree is controlled according to the angle set by the slider at the lower left. Each set of branches is thinner and whiter than the previous one.