7 projects
virtual-knitting-machine
A data structure representing the state and operations of a virtual V-Bed with sliders whole garment knitting machine based on the whole garment knitting machines made by Shima Seiki.
knit-graphs
A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.
knitout-interpreter
Support for interpreting knitout files used for controlling automatic V-Bed Knitting machines.
knitout-to-dat-python
A tool replicating the functionality of the CMU Textile's Lab Knitout-to-Dat Interpreter implemented in Javascript. This python library can convert Knitout files into Shima Seiki DAT files.
knit-script
Knit Script is a domain specific programming language for writing v-bed knitting machine instructions. The language is loosely based on conventions from Python 3 but includes support for controlling a knitting machine. The code is interpreted into knitout which can then be processed into instructions for different types of knitting machines.
quilt-knit
A knit-programming library for modular combination of knitted structures defined by the knitout machine knitting language.
koda-knitout
KODA (Knitting Optimization by Dependency Analysis). A system for analyzing the dependencies between knitout operations executed on a knitting machine and supports the optimization of knitout programs using this dependency structure.