New Textiles 2012

Final Project Presentations

Due: Monday, May 21 Presentations: 9am-12pm in room 493 Documentation: due by the end of the day Your final project assignment has 3 pieces: the project itself, a short presentation about the project, and a post documenting the project. More information is below. Presentations Prepare a short (10 minute) formal presentation to present to the [...]

Final Project Updates

Due: Tuesday, May 8, 2012 Post an update on your progress toward your final project. The post should include: A paragraph or two describing your current project plan. Photos, sketches, and videos documenting your progress to date. A list of what remains to be done. A timeline describing your work plan for the rest of [...]

Embroidery or 3d printed textile

Due: Tuesday, May 1, 2012 You have three weeks to complete this assignment and you have two different options: Option 1: Embroidery Write a program, or modify an existing program, to create a two dimensional pattern and use the embroidery machine to apply your pattern to a textile OR design and embroider an interactive circuit [...]

Knitting Machine Sign-Ups

Sign up for a time to attend a knitting machine tutorial as well as times to use the knitting machine on Friday 3/23, Friday 4/6, and Monday 4/9. Note: additional days TBA. Access the spreadsheet here.

Knitting Assignment

Due: Tuesday, April 10, 2012 For this assignment you will create two knit pieces, one by following an existing pattern and one by developing your own pattern. Part 1. Create a knit swatch from the following pattern: Cast on 20 needles. Knit 10 rows. Carriage should be on right side. Make sure carriage is in [...]

Final Project Proposals

Due: Tuesday, April 3, 2012 For your final project, you’ll explore a specific set of materials, techniques, or applications in depth. You are very welcome (in fact encouraged) to work in groups. The project could take many different forms, including but not limited to: A finished garment or other structure with unique functionality, design, or [...]

Manipulate a Drawn Shape Code

Code that you can use to manipulate a vector image. The image must be in the .svg format (here it’s called shape.svg) and should be in the same folder as the code. import processing.pdf.*; PShape s; void setup() { s = loadShape(“shape.svg”); size(500, 500); //set the size of the window (& the pdf document) smooth(); [...]

Simple Graph Code

Simple Graphing Calculator Code

LSystem Code

General L System Code:

Random Tree Code

A tree generator that includes randomness.