CMSC 110 (Introduction to Computing)
Fall 2015
Assignment#1
Due before start of class on Wednesday,
Sep 16, 2015
NO CREDIT FOR LATE SUBMISSIONS
First, do all the assigned readings and tutorials assigned in class.
Design and create your own sketch using Processing. Think of
yourself as a creative designer when chosing the topic of your
design. This is your very first sketch, so here are some
guidelines:
- Make sure that it is at least 500 pixels by 500 pixels.
- Make use of any of the drawing primitives learned in class
in the past week: size, no/smooth, stroke, fill, point, line, rect,
triangle, ellipse, quad, begin/endShape, arc, curve, etc.
- Your sketch should make use of at least five basic shape functions (as this is
the point of this assignment!). A really "abstract" sketch like a
simple circle in the center of the screen will not suffice (as
asthetic as it may seem).
- Make sure to have your signature on your drawing.
Design your own signature by using text() function.
To give you some ideas, several sketches will be presented in
class. Here are some additional ideas:
- A self-portrait
- An avatar or a cartoon of someone
- Your favorite cartoon TV Show character (e.e. South Park), or
design your own...
- A city scape
- Animal/object caricatures/study
- A Post Card Design
- A fabric pattern
- Stylize your name's initials...or a logo
- The Bryn Mawr Owl
- A Poster
- Imitation of existing design or art (check out Ndebele and
other folk designs, works of artists like: Kasimir malevich,
Robert Delauney, Piet Mondrian, Giorgio Morandi, etc.)
- etc.
Make sure to follow the Code
Formatting Standards in your implementation.
What to Hand in:
- Write a paragraph about the sketch, its inspiration, and how
you designed and implemented it. Include a brief discussion about your
impressions on working on this assignment.
- Submit a hard copy of the following items: your
paragraph, a printout of your sketch, and all code for your
sketch. This hard copy is due at the start of class on the due
date.
- Create a folder named "A1" and put an electronic copy of the
description,
the source code, and
the picture of your sketch into the folder A1, zip the folder
as A1.zip and submit it to Moodle in addition to the
hard copy.