User:Ppapadi: Difference between revisions

74 editsJoined 17 November 2016
Line 31: Line 31:
[[Image:ppapadi_04.jpg|thumb|left|200px]] <br>
[[Image:ppapadi_04.jpg|thumb|left|200px]] <br>
<br style="clear:both;">
<br style="clear:both;">
2. [https://codepen.io/kayk5654/pen/mOVQgo turtle walk with data]<br>
The selected background image is converted to the command which defines the direction of turtle walk.<br>
Each pixels of the image are sampled, and the strongest one of the R, G or B is assigned as a command.<br>
Thus, the direction of the curve reflects the dominant color factor<br>
To test locally, you can download this project;<br>
[[Media:Turtle_homework_02_modified.zip]]<br>
[[Image:KK_turtle02.png|thumb|left|200px]] <br>
<br style="clear:both;">
<br>

Revision as of 01:17, 27 February 2017

User:ppapadi

Week 01

Course application project
The drawing instructions are sketched out here:

Ppapadi 01a.jpg



The result is here:

Ppapadi 01b.jpg




Week 03

1. Random distribution matrix
This centralized ray matrix is a visualisation of a random distribution of interconnected points.

Ppapadi 03a.jpg



2. Curve controlled by randomness

Ppapadi 03b.jpg



3. Curve controlled by randomness - bonus

Ppapadi 03c.jpg




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.

Ppapadi 04.jpg