Programming Digital Media > Graphics and P5.Play > Drawing & Shapes > Graphics Assignment # 1 - Recreate Four Images
Graphics Assignment # 1 - Recreate Four Images
By this point you should be starting to develop a familiarity with P5, Javascript, and how computers process information. Below are a series of four different images generated from P5 code. This assignment is designed to test your ability to place the various shapes mentioned in the first section of this unit, as well as your understanding of the color concepts from the last page. To do this, open a new P5 project and recreate the images shown as accurately as possible. (for a total of 4 separate sketches)
Be sure to consider the following for each image:
- The number and relative location of each shape
- Outlines
- Colors of both shapes and backgrounds
- Order of code needed to create any layered shapes
- Transparency