Thursday, January 22, 2009

Bezier Curves assignment

This was an interesting assignment; we were assigned to redo our makeLine() method from a previous homework, so that it took a single parameter (t). From that, we had to make it draw a linear, quadratic, and cubic line.

Below are some animated screenshots of two different outputs that I experimented with. Below those pictures is my actual source code.
The program itself lets you click on the screen to select your points. I recommend clicking on the image to see a larger version of the picture, which also has a higher quality.
To access the application, click on this link and select yes when prompted to open the bezier.jar file.






The source code is located here

Monday, January 12, 2009

Web excersize

So, for this assignment, I needed to make a method to draw a line, without using a pre-made method to make a line. The only thing I had to make use of was the ability to change a single pixle given a coordinate. So, after making the line, I made the web in the bottom left corner. After that, I made the circle. The actual program itself flashes colors, and is seizure-enducing to watch. Upload the script to see for yourself! :P

Or, click this link to see what I'm talking about

Here's the screenshot.


The source code is located here

Thursday, January 8, 2009

First Assignment

Well, our first assignment was basically an introduction to a programming/sketching language called Processing which can be used to make simple graphics. Our actual assignment was to create a "simple but interesting and recognizable drawing" using Processing. So, here's what I was able to come up with. As of right now, this is only a screenshot and the source code.

Here's the program.


The source code is located here.

Wednesday, January 7, 2009

First Blog Post

Well, this is the start of a new blog, one that I will use to upload and share any work that I do for my CSC 370, Computer Graphics, class. Check back often to see what new and interesting things I've learned during the course.