Introduction Post/ Processing Variations

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:

  1.  Font(“Georgia”, 36)); to Font(“Futura”, 40));
  2. background(0) black to background(780,80,56); (orange)
  3.  textSize(14); to  textSize(20);
  4. 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:

  1. size(640, 360); to size(640, 890);
  2. background(127); to background(608);
  3. fill(129, 206, 15); to fill(300, 206, 15);
  4. 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:

  1. size(600, 600); to size(860, 860);
  2. fill((c)%255, (mouseX)%255, mouseX%150,70);
      To fill((c)%400, (mouseX)%60, mouseX%90,70);

  1. rect(posX, posY, 50, 50); to rect(posX, posY, 70  , 70);
  2. stroke((c)%255, (mouseX)%255, (mouseY)%255, mouseY%150); to

stroke((c)%255, (mouseX)%400, (mouseY)%255, mouseY%600);

 

This entry was posted in Uncategorized on by .

About purwachauhan

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.