Posts

Showing posts from February, 2019

Calligram Project

Image
"The Rifleman's Creed" The first time I heard this was during Marine Corps Basic Training in 1998 at MCRD San Diego. After twenty years, it still retains it's impact and effectives at stirring the warrior spirit from within. It was written after the attack on Pearl Harbor... The image, is the United States Marine Corps Emblem. It is also known as the "Eagle, Globe & Anchor". The Eagle represents our Nation. The Globe represents World Wide Service (Marines are ready to answer our Nation's call at any time), and Anchor represents the Naval Traditions that the Marine Corps was born out of. "This is my rifle. There are many like it, but this one is mine. My rifle is my best brined. It is my life.  I must master it as I must master my life. My rifle, without me, is useless. Without me rifle, I am useless. I must fire my rifle true. I must shoot straighter than my enemy who is trying to kill me. I must shoot him before

Nas Feratu, License to Kill (HTML5 CANVAS PROJECT)

Image
Hours: 12 Est. Nas Feratu is instinctually drawn to the blood dripping from 007's noise suppressed pistol. The only question is, "Does Bond have a silver bullet"? My project is a blend of the iconic artwork for Nas Feratu (Dracula) and  the James Bond 007 movies. I was particularly drawn to the contrast of the curved lines from the gun barrel and dripping blood and the triangular overlapping shapes and jagged lines from Nas Feratu. One of the hardest parts in creating this was figuring out the layering order for the triangles. <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); ////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ //background!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! var x = 0; var y = 0; var width = canvas.width; var height = canvas.height; context.beginPath(); context.

Bezier Curzes (CANVAS Practice)

3 Lines 2 Rectangles & a Square (CANVAS HW)