Kei kitamura (talk | contribs) No edit summary |
Kei kitamura (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[User:Kei_kitamura]] | [[User:Kei_kitamura]] | ||
<br> | <br> | ||
test | == Week 01 == | ||
Representation of the [http://codepen.io/kayk5654/pen/LbjJmo curve drawing instruction]<br> | |||
The drawing instruction is [[File:Drawaline.pdf|here]] | |||
[[Image:KK_firstcurve.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> | |||
<br> | |||
== Week 03 == | |||
1. [https://codepen.io/kayk5654/pen/eBpKyY random distribution function] <br> | |||
[[Image:KK_randomness.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> | |||
2. [https://codepen.io/kayk5654/pen/ZBbRXz curve controlled by randomness] <br> | |||
[[Image:KK_randomwalk.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> | |||
<br> | |||
== Week 04 == | |||
1. [https://codepen.io/kayk5654/pen/woMQZv turtle walk]<br> | |||
[[Image:KK_turtle01.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> | |||
2. [https://codepen.io/kayk5654/pen/mOVQgo turtle walk with data]<br> | |||
The selected background image is converted to commands to define the direction of turtle walk.<br> | |||
Please test on your local P5.js editor.<br> | |||
[[Image:KK_turtle02.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> | |||
<br> | |||
== Week 05 == | |||
1. [https://codepen.io/kayk5654/pen/VmWEgy recursive curve]<br> | |||
[[Image:KK_fractal01.png|thumb|left|500px]] <br> | |||
<br style="clear:both;"> |
Revision as of 20:35, 27 November 2016
Week 01
Representation of the curve drawing instruction
The drawing instruction is File:Drawaline.pdf
Week 03
1. random distribution function
2. curve controlled by randomness
Week 04
1. turtle walk
2. turtle walk with data
The selected background image is converted to commands to define the direction of turtle walk.
Please test on your local P5.js editor.
Week 05