I think I just want to make a cool light arrangement. But, maybe I’ld like to disassemble some toy.
Author Archives: Kevin Wen
My Tone!
Midterm!
Finally! I did my midterm. It doesn’t look like much but after a long time of trying to learn things and figure things out I made a small animation. I combined a few of my old codes together with this banner making video I found online and created this fun banner. The code mixes opacity change, color change, key commands and the use of fonts.
My Pixelation
Image and Drawing Tool
I wanted the colors to change after one key press but I didn’t know how to do it so I just let it be.
This image is of the drawing tool:
http://www.openprocessing.org/sketch/113269
This is the image I uploaded:
http://www.openprocessing.org/sketch/113272
Geometry Love
So this week I played on processing with some basic triangles. I used a bunch of math to do perfect locations, theres probably a less tedious way, but this will have to do until I learn some more about processing. I didn’t want to do anything too complicated.
http://www.openprocessing.org/sketch/110419
The coding was relatively simple.
Processing Practice
Hi, I’m Kevin. I’m studying Communication Design at Parsons and this is my second year. I’m from Brooklyn and I decided to go to Parsons because my friend suggested it to me and I thought doing the portfolio would go along with my high school studies. I hope to learn much from this Creative Computing course so I can use it in my designing.
I was inspired by this Open Processing sketch http://openprocessing.org/sketch/2363 because it had such fluid motions and the colors were relatively simple.
Over this long break we had the chance to play with Processing. I’m not familiar with the tool so I just played around with the basic functions of the examples already in Processor. I modified 3 of the examples:
http://www.openprocessing.org/sketch/108961 — This was the first sketch I worked on. I played with the stroke multiple times hoping that it would change the color but it didn’t so I had to find where to place the fill so that the circles on the array would have color.
http://www.openprocessing.org/sketch/109036 — Here I took the original shapes and gave each of them a fill. The canvas size was also modified to 360×360 pixels.
http://www.openprocessing.org/sketch/109038 — This example was the bezier and what I did was change background color, stroke weight and also stroke color.
All of these examples are tweaked from the Processing program’s examples.