Spatial Media project with John. A multiple players game to feel the wing, feel the swing, and feel the height.
Storyboards*3
3D perspective view
Next, should be a miniature or simple version set in the lounge of ITP.
Based on the physical characteristics assigned by Neva:
I adjust my {Tranquil_v1} from this:
to this(click to switch the background mode(black, grey dots, white), it’d run faster if you enter the post to see):
Ok pal, THIS is the absolutely non-sense web page about my super basic experiment about WEB.
So -_-, so non-sense. But since the class is called “Meshups”, I guess it makes sense, kind of.

Answer#1
var print = "#";
for(var i=0; i<7; i++){
console.log(print);
print += "#";
}
Answer#2
for(var i=0; i<100; i++){
if((i+1)%3==0 || (i+1)%5==0){
console.log("FizzBuzz");
} else {
console.log(i+1);
}
}
Answer#3
var size = 8;
var print1 = "#";
var print2 = " ";
var printFinal1 = "";
var printFinal2 = "";
for(var i=1; i<size+1; i++){
if (i%2==1){
printFinal1+=print1;
printFinal2+=print2;
}
else{
printFinal1+=print2;
printFinal2+=print1;
}
}
for(var i=0; i<printFinal.length; i++){
if(i%2==0){
console.log(printFinal1);
} else {
console.log(printFinal2);
}
}
Yeah hay.
As for the project that
Create a single web page experience that, upon user input, responds with data from at least 2 web apis. (1) a user needs to “trigger” an event, (2) data needs to be requested via AJAX from two APIs, (3) and the page should update appropriately.
I’m not sure yet… stiill tuning!
Idea
Mycelium covers all over the Earth and is aware of what’s going on up there. Its decomposing ability is the key of the nutrient cycling system, and can also degrade or remove toxins from the environment. Those newly learned information inspired me to be a missioner of fungus, broadcasting what fungus has done for the planet, so this is a project based on the perspective of fungus. Magnifying what fungus does by present it as a creature with thoughts.
Content
When no one’s near, the projector projects(or screen behind plays) the collage of the mycelium activities(growing, moving, decomposing, degrading pollution etc.) video footages, representing what fungus is doing right now. When someone comes near(detected by ultrasonic sensor), the image changes into camera view, and viewer will be capped with oyster mushroom cap(using OpenCV), a light-hearted way to show how close we are to fungus, to intrigue to be aware of what fungus is doing, and hopefully to make us be the positive force for the Earth, like fungus, instead of being a negative influence.
Materials
(3D model made in Maya)
Interview with Stephen from Ecovative and Customer Service Lady from Fungi Perfecti:
Discuss with Scott:
Lab:
Schedule:
From this week’s reading of Mycelium Running, I learned how powerful fungus and mycelium is. Sending nutrients back to soil, completing the cycling of nutrients, rebuilding forest, absorbing and decomposing toxins. It seems fungus is almost invincible. How can this information be well known by people, and implemented widely? What can I do to help strengthening the connection between human and fungus? Emotional or functional aspect? What’s the story I can tell? I have to admit, the more I thought, the more unsure I became.
I want fungus be loved.
For this, I’m thinking about changing my project a little bit. I want to intrigue and ripple people’s mind.


“Everyone is mushroom.” Message sent.
This is also inspired from one line from the book Mycelium Running:
Nature loves communities. When one species is suddenly introduced, the population dynamics shift in response.
The questions I’d love to ask and discuss
Before I start, let me document one thing first… I FORGOT the format of Processing. Proof as below.

And also, I found a music video programming in Openframeworks. Pure Astonishing.
OK. Let’s begin.
For creating 3 studies of the emotion with ratios of space, rations of color, and ratios of time, I got Tranquil from Kate, and l first pictured the situation I’ll have this feeling in, and then tried to convey them through coding.
<em>Situation</em>: sparkling dust floating in dark, hair floating with wind, immerse in music in crowd environment, look into sky, unfocus eyesight, repeat pattern
Study 1: calm(look into sky, unfocus eyesight, repeat pattern)
Study 2: free from disturbance(immerse in music in crowd environment)
Study 3: free(sparkling dust floating in dark, hair floating with wind)
Inspired by Eric Klarenbeek’s MyceliumChair(image pool), that
I’d love to explore different possibilities of mycelium molding. Is it possible to make delicate stuff with mycelium, other than solid square building bricks? Can it be molded into small parts that are able to be assembled?
QUESTION TIME!
As for the case study, me and Kate and Peigi decided to team up since we are all focus in the material/fabrication subject. Possible exports include Eric Klarenbeek and Ecovative. Still searching.