Posts

Showing posts from September, 2018

9/25 Pattern Assignment

Image
Here's a pattern I created in Illustrator using some of the techniques we learned in class.

9/20 Illustrator (Patterns)

Image
Today in Illustrator we learned some simple methods to efficiently generate an array of patterns.

9/18 Illustrator Tutorial

Image
Here's what I created during our Illustrator tutorial today. I'm gaining a better understanding of the program and can see how much can be done.

DeCurtis-Canvas

Image
Despite my initial difficulty in understanding the workflow and process of Dreamweaver, I present my creation of an extraterrestrial with a simpler life. Instead of plotting my points using physical graph paper, I attempted to visualize my piece and created it through various trials and errors. I enjoyed creating the gradients within the moons and adding the basic movement effect. My first-hand experience with this program has opened my eyes to both the simplicity and complexity behind coding. I am glad to have merely tested the waters and developed a basic knowledge of a program that provides limitless potential. Est. time: 8hrs my code:         //Background// var bkgdgrd = context.createLinearGradient(0,200,0,600);         bkgdgrd.addColorStop(0 , "#000000" );         bkgdgrd.addColorStop(0.1 , "#4C2574" );         bkgdgrd.addColorStop(0.40 , "#6B0581" );         bkgdgrd.addColorStop(0.55 , "#6C08DA" );

FMX210 - DeCurtis - Assignment 0

Hello,      My name is Nick DeCurtis, I'm from Point Pleasant, NJ, and I am a Film & Media Arts major. Some of my interests are skating, hiking, camping, and making video edits. I'm looking forward to seeing what the class has to offer, and I believe it will open my mind to different applications in my craft. I hope everyone has a good semester.