Recitation 10 – JSON Visualization

Click image to go to Glitch page
Coding Process

I wanted to play around with the colors of the circle, so I tried using HSB instead of RGB to get all the colors. At first I wasn’t really sure how to get all the colors, so I only had a gradient of white to dark grey. I had to refer back to an old coding activity, which was when we worked with iteration. I realized that I needed to include saturation and brightness instead of just hue. I set colorMode(HSB, 17) and made the saturation and brightness 17. I decreased the saturation and brightness to make pastel colors, but decided to keep it at 17 because it pops out on the dark background.

Continue reading “Recitation 10 – JSON Visualization”

Case Study II – Data Visualization

I looked at various articles/essays that are relevant to the topic of data visualization, but decided to choose Welcome to the Cloud Zoo by RJ Andrews and Amber Thomas. The visuals of this was very calming and almost ethereal. The concept of “cloud zoo” is interesting and the way they put the live streamed videos on top of a rock that’s similar to the environment that the animals live in ties everything together nicely. The data they used are live streamed videos from different zoos around the world. If you click on the image, you can get additional information on the animals as well as a link to the zoo they got the video from. This allows viewers to enjoy the videos of animals without being distracted from long paragraphs of information. It’s a nice break from reading a lot of text.

 

Recitation 9 – Interactive Portrait

Click to glitch code and sketch

This activity was slightly frustrating. In the beginning, I did play around with the webcam, and it was going pretty smoothly. However, I was still using get() instead of pixels array. When I changed to the array, that was when things started to break and freeze. So I switched from the webcam to an image, and after trying three different images it still wasn’t working.

Continue reading “Recitation 9 – Interactive Portrait”

Project II – Interactive Experience: Flying With Kiki

initial process

The final outcome was a completely different vision than what we originally planned. However, we knew that we wanted to create a game, so it was a debate between “A Stroll With Totoro” and “Flying With Kiki.” Our initial idea was “A Stroll With Totoro” similar to the Chrome dinosaur game. While this plan was a lot simpler than Flying With Kiki, we didn’t want to clash with another group who was also inspired by the character Totoro. So, in the end we went for Flying With Kiki.

Continue reading “Project II – Interactive Experience: Flying With Kiki”