{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# CMSC 110 Introduction to Computing\n",
"\n",
"## Fall 2015
Professor Blank
Assignment #1\n",
"\n",
"Due before start of class on Tuesday, September 8, 2015.\n",
"\n",
"#### NO CREDIT FOR LATE SUBMISSIONS\n",
"\n",
"First, do all the assigned readings and tutorials assigned in class.\n",
"\n",
"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:\n",
"\n",
"* Make sure that the canvas is exactly 500 pixels by 500 pixels.\n",
"* 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, mouseX, mouseY, image, etc.\n",
"* You will be judged on creativity and aesthetics; avoid art that looks too simplistic\n",
"* Your notebook is a way to document this experience; make sure that you include your name, and paragraphs described below\n",
"\n",
"To give you some ideas, several sketches will be presented in class. Here are some additional ideas:\n",
"\n",
"* Art that has cultural significance to you\n",
"* A self-portrait\n",
"* An avatar or a cartoon of someone close to you\n",
"* A city scape of a place that is important to you\n",
"* A fabric pattern from your heritage\n",
"\n",
"Make sure to follow the [Code Formatting Standards](http://cs.brynmawr.edu/Courses/cs110/spring2015jt/codingStandards.html) in your implementation.\n",
"\n",
"What to Hand in:\n",
"\n",
"* Include in your notebook a paragraph about the sketch, its inspiration, and how you designed and implemented it. \n",
"* Include a brief discussion about your impressions on working on this assignment.\n",
"* You will submit your homework via a \"Submit\" button. Details to follow.\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Calysto Processing",
"language": "java",
"name": "calysto_processing"
},
"language_info": {
"codemirror_mode": {
"name": "text/x-java",
"version": 2
},
"file_extension": ".java",
"mimetype": "text/x-java",
"name": "java"
}
},
"nbformat": 4,
"nbformat_minor": 0
}