Posts

Showing posts from September, 2017

Canvas Project

Image
Hours : 15 Est. Dreamweaver is one of the hardest programs I ever worked on. I am used to working on programs such as Photoshop, Paint Tool Sai, and Clip Studio Paint Pro, so for me this was really different. Coding was difficult because if you even mess up a coordinate or spell something wrong, the whole picture will temporarily disappear. I love the fact that I have learned a little bit of coding.   This is my project. I decided to do a character I have been drawing for a while. Near the end of the project, I wanted to do some sort of illusion with the eyes and the background, just to be experimental. I figured that the circles were going to be my main part. The background is even a circle. I have to say the hardest part of the project was the side burns and the hair falling from the hair buns.   CODE:  ///BACKGROUND COLOR                  var canvas = document.getElementById('myCanvas');       var context = canvas.getContext('2d');

Canvas Apple

Image
This is the second homework for Dreamweaver. It was hard at first getting the basic shape of the apple, but I believe it came out ok in the end.

Canvas Pratice

Image
This is supposed to be a heart was hard. It was hard making different shapes, especially with the free form BezierCurve