Homework #3 - Creative use of Grammars

The goal of this assignment is to develop increased understanding of how generative grammars work, and to develop some experience in using them for expressive goals.

For this assignment, you are to pick one of the following computer systems which executes and visualizes grammars as some form of geometry:

  • Context Free Art - A system for creating 2D artwork using non-deterministic (stochastic) grammars
  • Structure Synth - A system for create 3D artwork using non-deterministic (stochastic) grammars

For work submissions, please create a subdirectory with your name within the Google Drive folder for the third homework assignment.

1. Take an existing grammar and play around with it. Modify some productions, add some productions, tweak conditional probabilities, line distances, turn angles, etc. The core idea is to develop some first hand experience with the kinds of visual responses created by changes to elements of a grammar.

For Context Free Art there are many uploaded examples on the site, as well as documentation. For Structure Synth, there are some examples in the documentation (and a tutorial).

Please turn in (a) the grammar, with modifications indicated in some way (italics, bold, etc.), and (b) add one or more screenshots of some representative output of the grammar to a Google Slide presentation shared by everyone in the class. Make sure your name is on the slide(s) you add..

2. Using the same system, create a grammar from scratch to create an interesting visual output. Be creative. Ideally the grammar will be of non-trivial complexity.

Please turn in (a) the grammar (ideally with some comments on the role of various productions), and (b) add one or more screenshots of some representative output of the grammar to a Google Slide presentation shared by everyone in the class. Make sure your name is on the slide(s) you add.