No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
'''First try:''' | '''First try:''' | ||
[[File:Schattenfarbem_processing.pde]] | [[File:Schattenfarbem_processing.pde]] | ||
[[File:Schattenfarben_Arduino.ino]] | [[File:Schattenfarben_Arduino.ino]] | ||
*[[:File:Schattenfarbem_processing.pde]] | *[[:File:Schattenfarbem_processing.pde]] | ||
*[[:File:Schattenfarben_Arduino.ino]] | *[[:File:Schattenfarben_Arduino.ino]] |
Revision as of 11:05, 10 July 2021
Processing & Arduino experiments
Fun processing experiment: a heart form that changes colors by moving the cursor File:processing_heart.pde
Arduino light sensor sets shape of triangle:
Observing nature
A walk in the park: playing with shadow and reflection
Project
project idea:
painting with shadows: a couple of light sensors are used to sense light/shadow. every grade of shadow outputs a different colour in processing. sitting under a tree, while the sun shines through the leaves and the wind moves them will create a unique painting. going for a walk while carrying the prototype while output a different colourful painting every time.
First try: File:Schattenfarbem processing.pde