255
edits
Kei kitamura (talk | contribs) No edit summary |
Kei kitamura (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
1. [https://codepen.io/kayk5654/pen/woMQZv turtle walk]<br> | 1. [https://codepen.io/kayk5654/pen/woMQZv turtle walk]<br> | ||
The curve shows the turning point of the turtle.<br> | |||
[[Image:KK_turtle01.png|thumb|left|500px]] <br> | [[Image:KK_turtle01.png|thumb|left|500px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Line 43: | Line 44: | ||
[https://codepen.io/kayk5654/pen/wgaYjW breitenberg vehicle]<br> | [https://codepen.io/kayk5654/pen/wgaYjW breitenberg vehicle]<br> | ||
Each vehicles prefer either of red, green blue lights.<br> | |||
You can drag the lights by keep pressing the central point of the light.<br> | |||
[[Image:KK_breitenberg_vehicle1.png|thumb|left|500px]] <br> | [[Image:KK_breitenberg_vehicle1.png|thumb|left|500px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Line 50: | Line 53: | ||
[https://codepen.io/kayk5654/pen/ygQGBP breitenberg vehicle with custom environment]<br> | [https://codepen.io/kayk5654/pen/ygQGBP breitenberg vehicle with custom environment]<br> | ||
Vehicles draw streaks with brushes.<br> | |||
Each vehicles prefers either of dark area or bright area of their environment.<br> | |||
[[Image:KK_breitenberg_vehicle2.png|thumb|left|500px]] <br> | [[Image:KK_breitenberg_vehicle2.png|thumb|left|500px]] <br> | ||
<br> | |||
My original sketch uses external .png file as brushes. <br> | |||
You can download .zip and test on your editor locally.<br> | |||
[[Media:Breitenberg_vehicle_homework_1.zip]]<br> | |||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Line 58: | Line 67: | ||
[https://codepen.io/kayk5654/pen/vggavj magnetic matrix]<br> | [https://codepen.io/kayk5654/pen/vggavj magnetic matrix]<br> | ||
Needles moves continuously by the influence of the noise field.<br> | |||
When you drag on the needles, they create circular pattern around the mouse pointer.<br> | |||
[[Image:KK_magnetrix.png|thumb|left|500px]] <br> | [[Image:KK_magnetrix.png|thumb|left|500px]] <br> | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Line 65: | Line 76: | ||
[https://codepen.io/kayk5654/pen/oBBMOp soundfun]<br> | [https://codepen.io/kayk5654/pen/oBBMOp soundfun]<br> | ||
This sketch has 4 visualization functions.<br> | |||
"drawLevel" shows the loudness of the sound.<br> | |||
"drawWaveform" and "drawFFT" shows waveform and the result of FFT analysis.<br> | |||
"drawOsci" shows waveforms of audio input from the mic of your computer<br> | |||
Also, there are different functional sounds assigned 1 - 6 keys on your keyboard.<br> | |||
<br style="clear:both;"> | <br style="clear:both;"> |
edits