threeVR

VR in the browser!!! Material for the threeVR class @ ITP Unconference, Winter 2018

everyday_windows

Final project for Physical Computing & ICM – ITP Fall 2017. Ilana Bonder & Nicolás Peña-Escarpentier Github repository | Link (will work on making a full web-only version soon) Sexism, harassment, abuse… They all have been historically regarded as personal issues, relegating them from the public discussion, and diverting attention of their status as sociopolitical…

Lose yourself in your own sound space

For this assignment, we had to implement external sound or video into our sketches. I wanted to go with sound manipulation/analysis, because it is something I haven’t done in coding. At the same time, I was getting very inspired when coding while listening to the Soundtrack from Final Fantasy XV and how sometimes you just…

A 3D experience about experiences

TL;DR: see the assignment or the code Learning three.js The documentation is good, and the examples on the web make it easy enough to learn how to use it, at least for the basic stuff. Setting it up To set the three.js canvas, we need to set up the scene, camera and renderer. In this…

Computer Duet

Made in collaboration with Katya Rozanova for the New Musical Instruments Hackathon – Oct 14, 2017. The pressure of a hackathon, making everything in such a short amount of time was an amazing experience. It really helps you make quick decisions on what to fix and what to drop. We’re extremely happy with the result,…

A “light” problem 2.0

This assignment is about upgrading a previous assignment using functions. As my previous assignments already do (and the first one is not really worth it), the upgrade I want to try is using WebGL to get to use the directionalLight and pointLight functions… and this was not as easy as I expected. WARNING: Lots of…

Collaborating snakes

TL:DR, here’s the link to the running sketch. For this assignment we had to work in pairs, two people, could not do it by yourself. I partnered with Caleb, not only because he was sitting next to me, but mainly because I found really interesting his approach to his last assignment. We quickly reached an…

A “light” problem

TL;DR you can see the script running here. For this assignment I wanted to expand on the first one and play with light sources and colors. Addressing the requirements, I wanted to use a mouse-controlled light source, on a background that has a day/night cycle and random elements to explore: 1. One element controlled by…

Amazing and magnificent p5.js sunset

My notes on the first class can be found here Drawing For this assignment I wanted to try out the p5.js web editor. Usually, I write my code on Atom and save it on a Github repository, so losing that option and part of my work flow was disrupting. It was ok for this assignment,…