|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 | 6 | <title>KnitScape</title>
|
7 | 7 | <link rel="stylesheet" href="../projects.css" />
|
8 |
| - <link rel="icon" href="../../assets/img/favicon.ico" type="image/x-icon"> |
9 |
| - |
| 8 | + <link rel="icon" href="../../assets/img/favicon.ico" type="image/x-icon" /> |
10 | 9 | </head>
|
11 | 10 | <body>
|
12 | 11 | <a class="home" href="../../">back to home</a>
|
|
18 | 17 | <div class="header">
|
19 | 18 | <span class="project-title">KnitScape</span>
|
20 | 19 | <span class="project-subtitle">
|
21 |
| - Computational Design and Yarn-level Simulation of Slip and Tuck Colorwork Knitting Patterns |
| 20 | + Computational Design and Yarn-level Simulation of Slip and Tuck |
| 21 | + Colorwork Knitting Patterns |
22 | 22 | </span>
|
23 | 23 | <span class="author-names">
|
24 | 24 | Hannah Twigg-Smith, Emily Whiting, and Nadya Peek
|
25 | 25 | </span>
|
26 | 26 | <div class="links">
|
| 27 | + <span>Published at CHI 2024.</span> |
| 28 | + <a |
| 29 | + href="https://dl.acm.org/doi/pdf/10.1145/3613904.3642799" |
| 30 | + target="_blank" |
| 31 | + rel="noopener noreferrer"> |
| 32 | + Paper PDF |
| 33 | + </a> |
| 34 | + <a |
| 35 | + href="https://dl.acm.org/doi/10.1145/3613904.3642799" |
| 36 | + target="_blank" |
| 37 | + rel="noopener noreferrer"> |
| 38 | + ACM DL |
| 39 | + </a> |
27 | 40 | <a
|
28 | 41 | href="https://knitscape.net/"
|
29 | 42 | target="_blank"
|
|
34 | 47 | href="https://github.com/machineagency/knitscape"
|
35 | 48 | target="_blank"
|
36 | 49 | rel="noopener noreferrer">
|
37 |
| - Source Code |
| 50 | + Source Code Repository |
38 | 51 | </a>
|
39 | 52 | </div>
|
40 | 53 | </div>
|
41 | 54 |
|
42 | 55 | <h3 class="section-title">Abstract</h3>
|
43 | 56 | <p class="abstract">
|
44 |
| - Slipped and tucked stitches introduce small areas of deformation that compound and result in emergent textures on knitted fabrics. |
45 |
| - When used together with color changes and ladders, these can also produce dramatic colorwork and openwork effects. |
46 |
| - However, designing slip and tuck colorwork patterns is challenging due to the complex interactions between operations, yarns, and deformations. |
47 |
| - We present KnitScape, a browser-based tool for design and simulation of stitch patterns for knitting. |
48 |
| - KnitScape provides a design interface to specify 1) operation repeats, 2) color changes, and 3) needle positions. |
49 |
| - These inputs are used to build a graph of yarn topology and run a yarn-level spring simulation. |
50 |
| - This enables visualization of the deformation that arises from slip and tuck operations. |
51 |
| - Through its design tool and simulation, KnitScape enables rapid exploration of a complex colorwork design space. |
| 57 | + Slipped and tucked stitches introduce small areas of deformation that |
| 58 | + compound and result in emergent textures on knitted fabrics. When used |
| 59 | + together with color changes and ladders, these can also produce dramatic |
| 60 | + colorwork and openwork effects. However, designing slip and tuck |
| 61 | + colorwork patterns is challenging due to the complex interactions |
| 62 | + between operations, yarns, and deformations. We present KnitScape, a |
| 63 | + browser-based tool for design and simulation of stitch patterns for |
| 64 | + knitting. KnitScape provides a design interface to specify 1) operation |
| 65 | + repeats, 2) color changes, and 3) needle positions. These inputs are |
| 66 | + used to build a graph of yarn topology and run a yarn-level spring |
| 67 | + simulation. This enables visualization of the deformation that arises |
| 68 | + from slip and tuck operations. Through its design tool and simulation, |
| 69 | + KnitScape enables rapid exploration of a complex colorwork design space. |
52 | 70 | We demonstrate KnitScape with a series of example swatches.
|
53 | 71 | </p>
|
54 | 72 | </section>
|
| 73 | + <iframe |
| 74 | + class="no-margin-section video-iframe" |
| 75 | + src="https://www.youtube.com/embed/rtc72bLLm6w?si=xRrUramMAM_wudpO" |
| 76 | + frameborder="0" |
| 77 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 78 | + allowfullscreen> |
| 79 | + </iframe> |
| 80 | + <section class="margin-section"> |
| 81 | + <h3 class="section-title">Bibtex</h3> |
| 82 | + <pre class="bibtex"> |
| 83 | +@inproceedings{twigg2024knitscape, |
| 84 | + title={KnitScape: Computational Design and Yarn-Level Simulation of Slip and Tuck Colorwork Knitting Patterns}, |
| 85 | + author={Twigg-Smith, Hannah and Whiting, Emily and Peek, Nadya}, |
| 86 | + booktitle={Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems}, |
| 87 | + pages={1--20}, |
| 88 | + year={2024} |
| 89 | +} |
| 90 | +</pre |
| 91 | + > |
| 92 | + </section> |
55 | 93 | </body>
|
56 | 94 | </html>
|
0 commit comments