GMU:Principia Textilica/Eeva Ahlamo: Difference between revisions

From Medien Wiki
No edit summary
Line 6: Line 6:


My homepage is [http://www.west468.com here]
My homepage is [http://www.west468.com here]
==Documenting the course works==
===1===
One of the homeworks in the course was to pick a code crafting tool and programme some pattern with it and then realise it to a handicraft. I picked [http://www.rzm-dev.com/pattern/ Pa++ern] since it felt interesting enough to try out. Our teacher had coded a Processing version of the programme ([https://github.com/bitcraftlab/Principia-Textilica-Course/tree/master/09-computational-craft/demos/processing/CodeStitching here is the link]) and one other task was to code the initials of our names into the programme and use them to create some patterns. Well, my nickname since I was 7 has been exactly that: my initials, so I thought it a great idea for a handicraft.
First I had to find out how to draw the lines for the letters. I found the character details in the tab "stitches". It took me a while to draw the letters, since the coordination system with this one was different from Processing in general: the starting point was in the middle instead of the upper left corner. But when I got that sorted it was rather easy to create the letters for E, K and A. (If you want to see the whole code after I tweaked it to my needs, it's [https://github.com/west468/Principia-Textilica-Course/tree/master/09-computational-craft/exercises/CodeStitchingEKA here].)
In Pa++ern the idea is to use certain characters to turn, twist, rotate, etc. the characters that are them embroidered into the fabric. The commands for this are on the first page in the Processing programme, and I took some time to try them out to see what happens with each of them. Right in the beginning of the code there is the string that controls the output, so I played with it for a while. Pretty soon I accidentally stumbled into a pattern that cought my eye.
[[File:CodeStitchingEKA_example.jpg]]
I liked it being incomplete, but colourful, round, but edgy at the same time. (And I've been playing with the spectra in other situations for some time now.) Even if I hadn't been testing too many things yet I thought I didn't dare to play with it any further, since I know good ideas can also come in the beginning. :)
So, I decided to make something out of this pattern. First, I needed to embroider it. Luckily, I had everything I needed at hand.
[[File:eka_pouch_early.jpg]]
At this stage I didn't yet know what I wanted to make out of it, but after I had embroidered the letters my friend said that it kinda looked like the vinyl records. With the embroidery frame that was true, so I thought I could do something round out of it. Then the idea of a small pouch came to my mind, and that's what I eventually did.
[[File:eka_pouch.jpg]]
I still need to get some chain to carry the pouch, but other than that it came out rather nice. Suitable party bag in any case. :)

Revision as of 10:19, 9 February 2015

Eeva Ahlamo

Github

My github repo is here

My homepage is here


Documenting the course works

1

One of the homeworks in the course was to pick a code crafting tool and programme some pattern with it and then realise it to a handicraft. I picked Pa++ern since it felt interesting enough to try out. Our teacher had coded a Processing version of the programme (here is the link) and one other task was to code the initials of our names into the programme and use them to create some patterns. Well, my nickname since I was 7 has been exactly that: my initials, so I thought it a great idea for a handicraft.

First I had to find out how to draw the lines for the letters. I found the character details in the tab "stitches". It took me a while to draw the letters, since the coordination system with this one was different from Processing in general: the starting point was in the middle instead of the upper left corner. But when I got that sorted it was rather easy to create the letters for E, K and A. (If you want to see the whole code after I tweaked it to my needs, it's here.)

In Pa++ern the idea is to use certain characters to turn, twist, rotate, etc. the characters that are them embroidered into the fabric. The commands for this are on the first page in the Processing programme, and I took some time to try them out to see what happens with each of them. Right in the beginning of the code there is the string that controls the output, so I played with it for a while. Pretty soon I accidentally stumbled into a pattern that cought my eye.

CodeStitchingEKA example.jpg

I liked it being incomplete, but colourful, round, but edgy at the same time. (And I've been playing with the spectra in other situations for some time now.) Even if I hadn't been testing too many things yet I thought I didn't dare to play with it any further, since I know good ideas can also come in the beginning. :)

So, I decided to make something out of this pattern. First, I needed to embroider it. Luckily, I had everything I needed at hand.

Eka pouch early.jpg

At this stage I didn't yet know what I wanted to make out of it, but after I had embroidered the letters my friend said that it kinda looked like the vinyl records. With the embroidery frame that was true, so I thought I could do something round out of it. Then the idea of a small pouch came to my mind, and that's what I eventually did.

Eka pouch.jpg

I still need to get some chain to carry the pouch, but other than that it came out rather nice. Suitable party bag in any case. :)