Git Product home page Git Product logo

lab04-lsystems's Introduction

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

Grammar:

Axiom: F,
Rule 1 : F = FF[+FF]F[+FF]FF+
Angle of rotation : 20
Iteration 1 Iteration 2 Iteration 3

2. Square grammar puzzle

How about this one?
square1 square2 square3

Grammar:

Axiom: -F,
Rule 1 : F = F-F+F+F-F
Angle of rotation : 90
Iteration 1 Iteration 2 Iteration 3

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

lab04-lsystems's People

Contributors

rcj9719 avatar rahwang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.