Creating Art With Simple Shapes By carefully implementing simple shapes to an HTML canvas we can create useful graphics. With enough time, lines, ellipses.

Slides:



Advertisements
Similar presentations
PERSPECTIVE DRAWING Mr. Brijesh TGT Art Education K.V Adoor Shift – 1 R/o Ernakulam, Kerala.
Advertisements

Programming in Processing Taught by Ms. Madsen Assistants: Ms. Fischer and Ms. Yen Winsor School, 2/13/08.
CSC 123 – Computational Art Introduction to Shape and composition
Form is an Element of Art. Question: If SHAPES are 2-dimensional, what are FORMS??
 By carefully incrementing the X and/or Y values of our set of lines, we can create a game board for a boat game.  Lines that go from left to right are.
Tic Tac Toe size(600,600); Aim: How can we set up our canvas and display for a Tic Tac Toe game? 1. Sketch the two drawings and write the two code.
POWERPOINT May 2004 To move the text box - move the mouse over the border of the text box, and once the 4-way arrow appears - click and drag the box to.
Introduction to Animation Programming Our next set of exercises will look at animation on the following link:
How to Make Crystal Ornaments By: Merishel Collins.
Drinks Bottle Using CREO DEVELOPMENT
Click your mouse for next slide Dreamweaver – Merging, Coloring, Fonts Now it’s time to fill your page with some more interesting stuff The first thing.
Aim: Use the given examples to record examples and our own ideas in our journal 1.Write technical examples in journal and/or participate in full.
Battleships Recognize Impact In this example, we will establish a Boolean variable (true or false) to decide if the boat has been hit. Then, we will adjust.
Working with Vector Graphics – Lesson 21 Working with Vector Graphics Lesson 2.
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
Watercolor Techniques SUPPLIES: Paints Palettes Paper towels, napkins, or tissues Brushes Water in containers Watercolor paper on cardboard Masking tape.
How to Draw a Baby Elephant with Simple Shapes Let’s get started! Click here.
Responsive Battleships The battleship animation we created needs to respond to user input to be considered a game. The user will be able to launch an attack.
Pizza Fractions Web Quest
Using Coordinate Geometry to Create Moving Images In unit 29 we created a simple drawing for the background of a children’s game. We are going to start.
Day and Night by M.C. Escher
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Simple Pages for Omeka Lauren Dzura LIS
Animating Coordinate Geometry In this unit we will expand upon our knowledge of using counters to create motion pictures. By using incremental mathematics,
PowerPoint for High School A demonstration of how to construct an effective presentation for any class By John Smith ID # Each page will have instructions.
Locally Edited Animations We will need 3 files to help get us started at
Google Adsense Tips and Tricks.... Every single website and its owner have the opportunity to make some great money by displaying Google Adsense ads on.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
Game 1: Mr. Happy’s Quest For our original canvas, we had designed a child’s background using simple shapes. For this project, we will add objects that.
Click your mouse for next slide Dreamweaver – Setting up your Page The first way to ensure that you have a consistent design is to use table to set up.
Default Fill & Stroke D Swap Fill & Stroke Shift X None / Gradient > Color < Stroke X Fill (Click to activate) X More about Fill and Stroke:
4th Grade Math Multiplying 2-digit by 2-digit Numbers Using the Area Model / Box Method.
Spinner Mania! Finding Probability of Multiple Events Grade 7, Mrs. Vigliotta What Do You Expect? Connected Mathematics Project, CMP 2 Click on each of.
A guide to creating a power point display Essentials Ctl M =New Slide: a new slide can be inserted. It is placed after the slide that you are viewing.
Create Your Own Webpage. Today’s Class Internet Safety & Privacy Tables Embedding music and video Frames.
 HTML is hypertext markup language. It is a way for people to display their information with more complex pictures and text displays. Before HTML, messages.
One Point Perspective Design and Technology. One Point Perspective Task 3 Here are some high quality examples of what we are aiming to produce by the.
NAME :Unit 7 – EVERYDAY SHAPES – CYLINDERS & CONESSheetDATE : Thurso High School – Graphic Communication 1 1 Cylinders and Cones are all around us. A large.
Using the paper provided for this activity, fold your paper so that it is divided into 14 boxes. The bottom 2 boxes should be wider than the others. In.
Creating HUD Rings. Step 1 Open a new document in Illustrator. You can set it to the size you prefer to work in. In my case I have it set at 500px by.
Mathematical Art A 40 point circle mapping A drawing to download and try from the Mathematics n 77n + 10.
Creating a Canvas Account! Follow these simple directions to access the course materials for this year.
FIREWORKS graphics software Intro to Basic Shapes.
PowerPoint For teachers, administrators, students, and all others who want to make great presentations by George Pilling, Supervisor of Library Media.
PowerPoint For teachers, administrators, students, and all others who want to make great presentations by George Pilling, Supervisor of Library Media.
Alice Learning to program: Part Two Writing Your Own Methods by Ruthie Tucker and Jenna Hayes Under the direction of Professor Susan Rodger Duke University,
NAME :Unit 7 – EVERYDAY SHAPES – CYLINDERS & CONESSheetDATE : graphic boclair academy graphic boclair academy graphic communication.
Graphics Concepts CS 2302, Fall /17/20142 Drawing in Android.
D.I.Y. Fun with Power Point. You can use Power point for much more than just presentations Once you know a few basic tricks, you can use Power Point for.
Open Publisher- it is part of Microsoft Office Then find: Blank publications Full page.
5th Grade One Point Perspective shapes Materials –White paper (12x18 cut down to 12x12) –newsprint paper –18” ruler –triangle (in drawer w/rulers) –No.
Do This file can be found at
+ This step by step tutorial demonstrates drawing a keyboard illustration using rectangles, grids, move and transform effects.
Graphics Lab: MyPaint Dan Maselko 1. MyPaint Description  For this assignment you will be implementing a very simple paint program.  You should be able.
In the last several lessons, you have described translations using coordinates. You have also developed strategies for determining where an object started.
Create Your Own Tessellation If many copies of a shape can be used to cover a surface, without leaving any gaps between them, then we say that the shape.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
Programming in Processing Taught by Ms. Madsen Assistants: Ms. Fischer and Ms. Yen Winsor School, 2/20/08.
2-POINT PERSPECTIVE. Exercise: Follow the next steps in order to create a box in a 2-point perspective.
Controlling Backgrounds
Brochure…cont Download and unzip…fixes my boo boos!
Creating Vector Graphics
Impress presentation for 1st Level of Secondary Education Students which objective is to learn how to use Impress to make different presentations. Presentation.
2-Point Perspective Mini Lesson #5.
Fun with Paper Today’s Lesson. Folding a house Hosted by Seri.
My web site..
Re-Designing Ilfracombe Arts College Logo
Using Netscape Page Composer
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Introduction to PowerPoint
Presentation transcript:

Creating Art With Simple Shapes By carefully implementing simple shapes to an HTML canvas we can create useful graphics. With enough time, lines, ellipses and rectangles, can combine to create something that looks great!

Setting Up the HTML Happy Drawing //Place code after this

size(800, 600); background(200,200,200); fill(200,200,0); ellipse(700,100,60,80); stroke(200,0,0); strokeWeight(4); line(0,0,800,600); Example Graphic Code

Practice 1, 20% Use the example HTML and the example graphic code to create a canvas. Expand on the example to create a Super Happy Fun place that would make for an interesting setting in a children’s game.

Review Creating Art With Simple Shapes Setting up the HTML Example Graphic Code Practice 1, 20%

Line Graphics to Make Complex Objects In this section we will practice an example of how to use simple lines to make a complex and useful drawing. With careful linear mathematics, a student can create a powerful program.

Setting up a New Canvas size(600, 600); background(255,255,255); stroke(0,0,255); strokeWeight(1); //put lines here

line(300,0,300,300); line(300,20,280,300); line(300,40,260,300); line(300,60,240,300); line(300,80,220,300); line(300,100,200,300); line(300,120,180,300); line(300,140,160,300); line(300,160,140,300); Line Examples

Practice 2 20% Using the example, extrapolate from the given information to finish the lines for the top left corner of the star. Create lines to use on the other sides of the star. Use the stroke() function to change the colors of the lines to look like the colors of the rainbow.

Review Line Graphics to Make Complex Objects Setting up a New Canvas Line Examples Practice 2, 20%

Using Lines and Rectangles to Create Graphics A lot of basic shapes of game pieces can be made with careful implementation of rectangles and lines. In this example, we will be drawing a roadway and putting a car on it.

Setting up the 3 rd Canvas size(300, 1600); background(100,100,100); stroke(255,255,0); strokeWeight(10); //put the draw functions here

JS Example 3 line(150,0,150,50); line(150,100,150,150); line(150,200,150,250); noStroke(); fill(200,50,50); rect(40,50,90,200);

 Using Lines and Rectangles to Create Graphics  Setting up the 3 rd Canvas  JS Example 3  Practice 3, 20%

Using Triangles to Create Game Pieces A triangle consists of 3 points. In our programming, we have to give the X and Y coordinates for each of the 3 points. For example, we can make a triangle start in the upper left corner of the canvas at 0,0. It could go to the upper right of the canvas at 600,0 and end in the bottom right corner at 600,400.

size(1200, 500); background(50,50,255);

JS Example strokeWeight(2); stroke(255,255,0); fill(255,0,0); triangle(200,100,200,300,400,200); strokeWeight(2); stroke(255,0,255); fill(0,255,0); triangle(100,125,100,275,200,200);

 Improve the given example code to create a vehicle that looks like it is ready to fly across the sky.  Make the sky and background look real by adding things like happy clouds, trees and Mr. Sun.

 Using Triangles To Create Game Pieces  Example format for canvas 4  JS example  Practice 4, 20%

Linking the project to the main Index After a person has finished looking at and/or reading our page, we don’t always want them to leave us completely. Create a link on your page that will direct the customer/client/boss back to your index. CLICK HERE TO SEE THE REST OF MY AWESOME WORK

Linking the Index to the main project Our index is important because it is the first thing a person will see when going to our web page. When you go to the teacher’s web page at you find a directory leading to all needed items. Add a link to this project in your index so that you can refer back to it later. The link doesn’t have to be perfect, just add something so that it doesn’t get lost: CLICK HERE TO SEE MY SHAPE ART

The page has to look good or people will think we are not serious about our work. Write some words/sentences/paragraphs to explain what you did. Use any of the things we learned in HTML to show off your talent.

Final Submission There were 4 separate drawings for this project. Make sure they are all there and all have some words explaining what you were trying to make. If the drawing was an epic fail, but you explain where you went wrong, due consideration will be given when grading. Make sure that the project links to your index and your index links to the project. You don’t want your potential customers to leave you too quickly!

Linking the main project to the index Linking the Index to the main project Aesthetic considerations Final Submission

Happy Drawing size(800, 600); background(200,200,200); fill(200,200,0); ellipse(700,100,60,80); stroke(200,0,0); strokeWeight(4); line(0,0,800,600); size(600, 600); background(255,255,255); stroke(0,0,255); strokeWeight(1); line(300,0,300,300); line(300,20,280,300); line(300,40,260,300); line(300,60,240,300); line(300,80,220,300); line(300,100,200,300); line(300,120,180,300); line(300,140,160,300); line(300,160,140,300); size(300, 1600); background(100,100,100); stroke(255,255,0); strokeWeight(10); line(150,0,150,50); line(150,100,150,150); line(150,200,150,250); noStroke(); fill(200,50,50); rect(40,50,90,200); size(1200, 500); background(50,50,255); strokeWeight(2); stroke(255,255,0); fill(255,0,0); triangle(200,100,200,300,400,200); strokeWeight(2); stroke(255,0,255); fill(0,255,0); triangle(100,125,100,275,200,200);