Download 257 / 757 In Class Exercise #1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Apple II graphics wikipedia , lookup

Transcript
CFA 257 Programming in the Arts with Processing
ICE #1
257 / 757
Programming in the Arts with Processing
In Class Exercise #1
Spring 2014
Day:
Tue 1.14.14
Due:
in Class
Goal: First Drawing
Course Web Site:
http://www.andrew.cmu.edu/course/60-257/
Reading:
Posted on the calendar web page available from the link shown above.
Assignment:
Draw a simple house and some simple landscaping.
Specifications:
1. _____Make the dimensions of the window 400 pixels by 400 pixels.
2. _____Use only functions from this list to make your drawing:
• ellipse( )
• line( )
• quad( )
• triangle( )
• rect( )
• fill( )
• stroke( )
• strokeWeight( )
• noStroke( )
Advice:
Keep it simple – there is plenty of time to get fancy later this week.
Use as many of the functions in the list as possible.
Grading:
Credit is pass/fail – all or nothing. Show this to one of us today before 1:20 today.
Sample:
Copyright © Jim Roberts
January 2014
Pittsburgh Pa, 15221
All Rights Reserved