Hi Guys! My name is Purwa and im from India. Im a sophomore in Communication Design. Creative Computing is as new to me as is to everyone else. But i think we can all take up that challenge! Well a few expectations from this course is to learn the basics of Processing and the fundamentals of computer programming in a visual context, which serves as the foundation for electronic sketchbooks.
I played around with a few examples on openprocessing.org and processing. Unfortunately i was having trouble uploading my variations as an error would keep occurring. Instead i uploaded my variations on openprocessing.org.
1. My First Variation (link is below)
http://www.openprocessing.org/sketch/109311
An example on Processing- Character Strings
Tweaks:
- Font(“Georgia”, 36)); to Font(“Futura”, 40));
- background(0) black to background(780,80,56); (orange)
- textSize(14); to textSize(20);
- textSize(20); text(“HI GUYS!My name is Purwa.Click on the program to type!”, 50, 50);
2. My Second Variation (link is below)
http://www.openprocessing.org/sketch/109315
An example on Processing – WidthHeight
Tweaks:
- size(640, 360); to size(640, 890);
- background(127); to background(608);
- fill(129, 206, 15); to fill(300, 206, 15);
- fill(255); to fill(255,30,50)
3. My Third Variation (link is below)
http://www.openprocessing.org/sketch/109318
Website:www.openprocessing.org
Inspiration from the Portfolio of Angel Miguel
Link to Angel’s work is:
http://www.openprocessing.org/sketch/108319
Tweaks:
- size(600, 600); to size(860, 860);
- fill((c)%255, (mouseX)%255, mouseX%150,70);
To fill((c)%400, (mouseX)%60, mouseX%90,70);
stroke((c)%255, (mouseX)%400, (mouseY)%255, mouseY%600); |