Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.46 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.46 KB

1. wheat grammar puzzle

rule:

GetImage

n = 1:

GetImage (1)

n = 2:

GetImage (2)

n = 3:

GetImage (3)

2. square grammar puzzle

3. custom plant

takenn froom hw3

image


lab04-lsystems

Let's practice using grammars! For this lab, please pull up the L-system node in Houdini.

1. Wheat grammar puzzle

Look at these iterations (n = 1, 2, 3) of a one-rule grammar. Using the built in symbols in Houdini, design a grammar that produces this output.
square1 square2 square3

2. Square grammar puzzle

How about this one?
square1 square2 square3

3. Custom plant

Choose a plant in the world. Working off a reference, design a grammar that mimics the structure of that plant. Unlike our simple puzzles, please use multiple rules for greater complexity. You can take this as an opportunity to design a grammar for your homework assignment! Include images of your grammar's output.

Submission

  • Create a pull request against this repository
  • In your readme, list your solutions to the puzzles, then your custom grammar and images of a few iterations of output
  • Profit