Assignment: make a simulation in unity. I decided to simulate a calm, fall-inspired boat ride. This was chosen party because of skill level, partly because of time, and partly because of all the beautiful yellow leaves I’m seeing! This isn’t the most exciting or goofy interaction but I’ve been feeling the need to calm down […]
Category: ITP Fall 2019
Live Web Wk 8: Pixel Manipulation
Live: https://el3015.itp.io:8103/index.html Code Excited for pixel manipulation! Didn’t have much of a strong concept behind this assignment, just wanted to play around and implement some features. A couple of functions I wanted: a.) sliders to control different aspects of the color and pixels b.) a way for the image and video to be downloaded c.) a […]
Data Art Wk 5-7: Text Archive
View live: https://emilylin-itp.github.io/data-art/wk5-7-textarchive/language_dep_final/ Code here: https://github.com/emilylin-itp/data-art/tree/gh-pages/wk5-7-textarchive/language_dep_final ***Not very mobile friendly! Will really aim to get better at responsiveness! — Objective: I am interested in the connection between language and emotional well being. Is there a way to spot the signs of depression, anxiety, or suicidal tendencies based on the words we use and how they […]
Understanding Networks Wk 5-7: Packet Sniffing
STEP 1: Packet Sniffing With Wireshark (~5 Hours) I used Wireshark to capture and analyze the traffic on my home network. I left it running while I worked on other projects that required me to look up a bunch of sites for help (youtube, stack overflow, random blogs, unity’s documentation site). This step was done […]
Joy and Games Wk 6
This week played around with particles, fog, lens flare and camera techniques. Credit for the glacier and trees: https://assetstore.unity.com/packages/3d/environments/low-poly-hexagon-tiles-and-objects-132355
Live Web Wk6: Midterm
Both are a work in progress, hoping to have a better “play” page soon: Version working fine (not really using sockets): https://el3015.itp.io:8104/index.html Version with bugs(using sockets): https://el3015.itp.io:8092/index.html Issue with the buggy socket vs: color + sound keep a history. don’t get removed in socket version. — Code with socket io: https://github.com/emilylin-itp/live-web/tree/gh-pages/midterm/midterm_soundcolor_v13_wsocket All code versions, including […]
Live Web Wk5: Midterm Concept
Objective: My goal is to visualize the phenomenon of color and pitch frequency. Since both pitch and color use frequency, I aim to show the correlation between the two. Interaction: a.) On the “learn” page, when a person clicks/hovers over a section of color, the wavelength of the color will show up and the associated pitch […]
Understanding Networks All Wk: Reading Notes
Week 8: https://docs.google.com/document/d/1VLN4GWa7zpOtBA06ivwA16JMLnMqAR12GAEF1LLWlHg/edit?usp=sharing Week 6-7: https://docs.google.com/document/d/1VLN4GWa7zpOtBA06ivwA16JMLnMqAR12GAEF1LLWlHg/edit?ts=5daf5051 Week 5: https://docs.google.com/document/d/1P83FjZG5VSPmPVzlTktbLKG5fQQRuWRyXnDjuIAw9Ew/edit?usp=sharing Week 4: https://docs.google.com/document/d/1qHkbj0MT3bexvW376Mgz9vWLCGN0V5h5u7LGuDwbgdE/edit?usp=sharing Week 3: https://docs.google.com/document/d/13pPheK-7CwJyeJZ_gBAW0PQMxcCxarkLhn-V_FaE5hg/edit Week 2: https://docs.google.com/document/d/1qXl_svkXULyhs4Zxm23fwTrxBTjMeKTMaIWVjMzhImw/edit
Live Web Wk 5: WebRTC – Peer Garden!
Try it out: https://el3015.itp.io:8085/main.html Code here: https://github.com/emilylin-itp/live-web/tree/gh-pages/wk5/wk5_peergarden For this assignment, I focused mostly on just trying to understand how peer js and socket.io could work together. The functions I wanted to achieve were: a.) show my/users’ personal peer id, b.) be able to send the peer id of the other user via socket when the […]
Live Web Wk 4: GIF Chat!
Live website: https://gifchat-el.glitch.me/ https://el3015.itp.io:8083/index.html Code: https://github.com/emilylin-itp/live-web/tree/gh-pages/wk4/20191006_gif_chat Note: still a WIP, need to work out the css/responsiveness bit. Also have to figure out why the camera + username input doesn’t work once I run it on forever in the terminal. In general, I need to learn how to properly add the SSL certificate to my express […]