GMU:Meandering through Space/Kei Kitamura: Difference between revisions

From Medien Wiki
No edit summary
Line 33: Line 33:
1. [https://codepen.io/kayk5654/pen/VmWEgy recursive curve]<br>
1. [https://codepen.io/kayk5654/pen/VmWEgy recursive curve]<br>
[[Image:KK_fractal01.png|thumb|left|500px]] <br>
[[Image:KK_fractal01.png|thumb|left|500px]] <br>
<br style="clear:both;">
2. [https://codepen.io/kayk5654/pen/ObgBda L-system]<br>
[[Image:KK_fractal02.png|thumb|left|500px]] <br>
<br style="clear:both;">
<br>
== Week 06 ==
1. [https://codepen.io/kayk5654/pen/wgaYjW breitenberg vehicle]<br>
[[Image:KK_breitenberg_vehicle1.png|thumb|left|500px]] <br>
<br style="clear:both;">
2. [https://codepen.io/kayk5654/pen/ygQGBP breitenberg vehicle with custom environment]<br>
[[Image:KK_breitenberg_vehicle1.png|thumb|left|500px]] <br>
<br style="clear:both;">
<br style="clear:both;">

Revision as of 18:28, 11 February 2017

User:Kei_kitamura

Week 01

Representation of the curve drawing instruction
The drawing instruction is File:Drawaline.pdf

KK firstcurve.png




Week 03

1. random distribution function

KK randomness.png



2. curve controlled by randomness

KK randomwalk.png




Week 04

1. turtle walk

KK turtle01.png



2. turtle walk with data
The selected background image is converted to the command which defines the direction of turtle walk.
Please test on your local P5.js editor.

KK turtle02.png




Week 05

1. recursive curve

KK fractal01.png



2. L-system




Week 06

1. breitenberg vehicle

KK breitenberg vehicle1.png



2. breitenberg vehicle with custom environment

KK breitenberg vehicle1.png