Monthly Archives: September 2015

Digital Landscape

float x = 100; float y = 100; int red ; int green; int blue; float t = 255; void setup (){ size (720,720); background (255); } void draw (){ fill (red,green,blue,t); if (keyPressed){ if (key == ‘1’){ red = … Continue reading

Posted in Non-Timebased | Tagged | Leave a comment

Posebook Week 1-3

Lam_Hiu_Chun Pose_Book

Posted in Non-Timebased | Tagged | Leave a comment

Bouncing Ball Project

<p><a href=”https://vimeo.com/139616787″>Lam_Hiu_Chun_Ball</a&gt; from <a href=”https://vimeo.com/user31682963″>Hiu Chun Lam</a> on <a href=”https://vimeo.com”>Vimeo</a&gt;.</p> My Feedback For this project, I think IĀ animate the ball bouncing fairly, however, I did found using the

Posted in Time-Based | Tagged | Leave a comment

Christina’s World by Andrew Wyeth In Processing

Codes

Posted in Non-Timebased | Tagged | Leave a comment