Skip to content

1. State of the art, project management and documentation

This week I worked on the defining my final project idea and started to getting used to the documentation process.

Research

I started with research in paper to develop nice forms.

I am focusing on elements that can be made from small remaining textile parts (cutting scraps, left overs, awesome post consumer fabrics from from discarded garments) in combination with recycled fabrics or elements that offer a solution to a problem.

Looking to recycling a button, zipper and thick seams are a burden to the process. So if a seam or connecting button can be made in another way this can offer an interesting solution.

My idea is to make a simple dress made from recycled denim combined with swirling threads. The swirling threads can also be from the recycled denim but they can also be made from nice colorful discarded textiles. Instead of sewing the sides of the dress they are put together with the seam pattern.

"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."

Code Example

Use the three backticks to separate code.

// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin LED_BUILTIN as an output.
  pinMode(LED_BUILTIN, OUTPUT);
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)
  delay(1000);                       // wait for a second
  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW
  delay(1000);                       // wait for a second
}

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models


Last update: October 13, 2020