Pattern creations by sensing body motion 8
Collection of patterns Patterns are created by hand movement and accelerometer. Each time development of the patterns is different, because you never move your body twice the same way. Processing code for creating this patterns import processing.serial.*; float sensorX=0; float sensorY =0; float sensorZ =0; float x; float y; float z; float […]