IDMNYU / DM-GY6063-sp16-finalprojects

Interactive book containing final projects from Creative Coding Spring 2016
MIT License
3 stars 3 forks source link

Rui Su`s Final Project Submission #32

Open sus09007 opened 8 years ago

sus09007 commented 8 years ago

First Sketch:If I were moody https://thimbleprojects.org/sus09007/64195 A canvas that allows you draws your mood.Click to change background.

Second Sketch: If I were expressive https://thimbleprojects.org/sus09007/64184 This sketch allows imputing words that describes feelings and printing random pages of the emotion. Drag to clear the canvas.

Third Sketch: If I were composing haiku https://thimbleprojects.org/sus09007/64193 Generate haiku for the view.

indefinit commented 8 years ago

These are great! Could you make sure that all of the sketch canvases span the entire windowWidth: createCanvas(windowWidth,windowHeight). Thanks!

sus09007 commented 8 years ago

I made changes to the sketches. Thank you Kevin!