Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/LiciaHe/threadPlotter


https://github.com/LiciaHe/threadPlotter

Last synced: about 1 month ago
JSON representation

Lists

README

        

# ThreadPlotter

A toolkit for the design and fabrication of delicate punch needle embroidery using X-Y plotters_

## What?

ThreadPlotter is a toolkit that supports the designing, editing, and printing of images as punch needle embroidery using an X-Y plotter. It is a supplementary material for the paper:

["Plotting with Thread: Fabricating Delicate Punch Needle Embroidery with X-Y Plotters"
Shiqing He, Eytan Adar, to appear, DIS'20, Honorable Mention Award](http://www.cond.org/punchneedle.html)

The following video briefly introduces the motivation for building this tool and the capability of the ThreadPlotter.

[![youtube-preview](assets/youtube-preview.png)](https://www.youtube.com/watch?v=zMfiQarMp-8)

You might also be interested in this 10 minutes presentation that goes over the project in depth.

[![youtube-presentation](assets/youtube-presentation.png)](https://www.youtube.com/watch?v=jvuNcWv8kGo)

If you are interested in using this toolkit, please consider citing our paper:[Plotting with Thread: Fabricating Delicate Punch Needle Embroidery with X-Y Plotters](http://www.cond.org/punchneedle.html)

## How?

To convert your X-Y plotter into a punch needle fabricator, we will follow the following steps:
1. Ensure that your plotter is suitable for the task. ([tutorial 1](tutorial/step1_plotterCheck.md))
2. Acquire or create several physical components such as needle, fabric, and frame. ([tutorial 2](tutorial/step2_physicalSetup.md))
3. Design a punch needle pattern.
1. [tutorial 3: pattern making overview](tutorial/step3_patternMaking.md)
2. [tutorial 4: advanced examples](tutorial/step4_advancedExamples.md) #in progress

We highly recommend that you review our paper before getting started. When you are ready, click on each of the links above.

## Show us! Tell us! Ask us! Credit us!
We are excited to see what you can create with this fabrication technique. The toolkit is developed and tested by Licia (on her plotter called "Kitty"). If you have questions about the toolkit, feel free to open up an issue in our [github page](https://github.com/LiciaHe/threadPlotter).

If you created something and want to share it with us, please use the tag [#plotterembroidery](https://www.instagram.com/explore/tags/plotterembroidery/?hl=en) on SNS.

```
@inproceedings{10.1145/3357236.3395540,
author = {He, Shiqing and Adar, Eytan},
title = {Plotting with Thread: Fabricating Delicate Punch Needle Embroidery with X-Y Plotters},
year = {2020},
isbn = {9781450369749},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3357236.3395540},
doi = {10.1145/3357236.3395540},
booktitle = {Proceedings of the 2020 ACM Designing Interactive Systems Conference},
pages = {1047–1057},
numpages = {11},
keywords = {plotter, craft fabrication, embroidery fabrication, punch needle embroidery, craft design, x-y plotter, fiber art},
location = {Eindhoven, Netherlands},
series = {DIS ’20}
}

```

### License

MIT License

Copyright (c) [2020] [Shiqing He]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.