This document provides an introduction to generative art using the Processing programming language. It discusses what Processing is, how to get started with it, and resources for learning Processing like books and websites. It then demonstrates how to create simple generative art by drawing shapes and using loops to manipulate the coordinate space in Processing code. The document shows the user how to set up their first Processing sketch and provides examples of generating simple patterns through nested for loops.