As computing becomes more ubiquitous in our objects, designers need to be more aware of how to design meaningful interactions into electronically enhanced objects. At the University of Washington, a class of junior Interaction Design majors is exploring this question. These pages chronicle their efforts.

Tuesday, April 7, 2020

Time Difference Clock


Clock with timeDifference variable. Able to manually insert the time difference to the code to get the time of anywhere you want to know the time of.















Although the modifications to this code are not extensive, I wanted to take the time to figure out how the code works. The code gets values from the computer clock and translates it from a numerical value to radian values so that it can rotate visually around a center of the display window. My modification is a simple one where I added a float variable, timeDifference, so that the user can change the time difference of a location they want to know the time of. The timeDifference variable is added to the existing code before the code translates it to radian values. I also made the second's hand red.

No comments:

Post a Comment