Project Grading Rubric Name(s): Project Topic: Project Techniques Technique 1: Technique 2: Technique 3: Score: ---- Comments: Strengths: Weaknesses: ---- Project Basics (40 points): Defined as (image-series n width height) ___/05 Creates an image of the appropriate width and height ___/05 Images are reproducible (same parameters yield same image) ___/05 Generates at least 1000 reasonably distinct images ___/05 Images scale appropriately (two images with the same values ___/10 of n look reasonably similar) Uses at least three different drawing techniques. ___/10 Note: The different techniques should be indicated in the code or statement. Project Design (25 points): The project has a clear theme, given in the design ___/10 statement, and the images meet that purpose At least one technique is used in a way that clearly goes ___/10 beyond its original use in lab or homework Writing style of the design statement (grammar, audience, ___/05 etc.) Code Design (35 points): All procedures are documented with the six P's ___/05 Code is reasonably elegant, concise, and efficient ___/10 Any potentially confusing techniques are documented in ___/10 comments or the technique statement. The technique statement is clear, gramatically correct, ___/10 and written for an audience of peers.