Author Archives: Matthew Lord

The Anchorage Museum – Summer 2011

This past Summer I went to the Anchorage Museum while visiting friends and family in Anchorage, AK and took quite a few photos while touring the exhibits.  If you visit the museum (and I recommend you do), make sure to … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Bran Muffin Recipe

My Mom sent me this recipe recently. I’m placing it here to share and may upload photos if/when I try it out: Grandma Babe’s Bran Muffins 1 1/2 cups sugar 2 1/2 cups flour 1/2 cup salad oil 2 1/2 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

rembrandt_claudius_civilis_dimensions.pde

rembrandt_claudius_civilis_dimensions.pde // width = 1024px // height = 568px /** painting and frame * * original painting size : 309cm * 196cm * original digital image size : 1024px * 658px * * 1cm = 3.33px * ratio = 3.33; … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

sacred_geometry_002.pde

sacred_geometry_002.pde Flower a = new Flower( ); Flower b = new Flower( ); Flower c = new Flower( ); Flower d = new Flower( ); Flower e = new Flower( ); Flower f = new Flower( ); Flower g = … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

sacred_geometry_001.pde

sacred_geometry_001.pde float CENTER_X = 225.0; float CENTER_Y = 225.0; float CENTER_X_2 = 325.0; float CENTER_Y_2 = 225.0; float CENTER_X_3 = 375.0; float CENTER_Y_3 = 225.0; float CENTER_X_4 = 375.0 + 25; float RAD = 100.0; float RAD_2 = 50.0; float … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

directional_image_fields_draft.pde

directional_image_fields_draft.pde int numFrames = 5; // The number of frames in the animation int frame = 0; PImage[] imagesWest = new PImage[numFrames]; PImage[] imagesEast = new PImage[numFrames]; PImage[] imagesIn = new PImage[numFrames]; PImage[] imagesOut = new PImage[numFrames]; void setup() { … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

side_by_side_timelapse.pde

side_by_side_timelapse.pde int numFrames = 120; // The number of frames in the animation int frame = 0; PImage[] imagesWest = new PImage[numFrames]; PImage[] imagesEast = new PImage[numFrames]; void setup(){ size(1000, 375); frameRate(15); // If you don’t want to load each … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

creating_a_heptagram.pde

creating_a_heptagram.pde /** * Matthew Lord : 2009/05.01 * I created this to find a way in creating a heptagon. I used the following * construction methods found on the website: * http://home.hiwaay.net/~jalison/hepta.html * While doing so, I used an alternative … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

heptagram.pde

heptagram.pde /** * Matthew Lord : 2009/06.10 * * Creates a heptagram enclosed in a circle. * Includes three models of a heptagram */ PVector center, a, b, c, d, e, f, g; float x, a_1, b_1, c_1, d_1, e_1, … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

End of Spring Stereo Videos

These two videos are the result of a year long study of creating stereoscopic video.  Both videos use horizontal motion, either linear or rotational, as a way to create stereo pairs by offsetting the frames.

Posted in Uncategorized | Tagged , , , | Leave a comment

de Face of de Face…

Here is an image of what I was referring to in a previous post (Restroom Creativity) about another abstraction of content: Basically this window was etched with some type of acid, rendering the tag permanent.  There are two options I’m … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment