Posts

Showing posts from September, 2020

Abode Illustrator tutorials

  https://www.youtube.com/watch?time_continue=9&v=M5jOg2iDPeM&feature=emb_title           This video goes over the basics of adobe illustrator. I think things such as drawing, adding shapes, and color may be easy. The options on the right toolbar seem like they are more elaborate and I may find them confusing. The direct selection tool seems easy and looks like something you could play around with. The pencil tool seems easy to use and you could use it to draw images in illustrator. The artboard tool seems like it may be hard to use. https://www.youtube.com/watch?time_continue=8&v=RC3h0F4e0kw&feature=emb_title           This video goes a bit more in depth about using specific tools on adobe illustrator. The vector and handle tools seem like they may be hard for me to figure out how to use. The curve tool seems interesting, it looks like it may require some practice but would be fun to use. Rounding a shape seems easy enough. Adding colors seems like an easy way to make

Canvas Project

Image
          My canvas project is of a butterfly. I wanted my design to have a mosaic like aesthetic for the background. The butterfly is purple and pink while the background is yellow, orange, and blue. This project, although it may not look like it, took me around 12 hours. This project was really hard for me. I had no idea how to code or how to use dreamweaver, so this project was way out of my comfort zone. I'm not really tech savvy so I had to work had on this one. I'm  glad that I had assignment that took me out of my comfort zone, although it wasn't easy. I don't hate the way this turned out, I feel like I did a pretty good job given my technological abilities. I ran into problem during the process but took them as they came up and found a solution. Below is my sketch that I drew inspiration from. My code  /////background context.beginPath();   context.rect(60,0,70,70);  context.closePath();  context.fillStyle = "#FFF636";  context.fill(); context.line