4 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-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.
knitout-interpreter
Support for interpreting knitout files used for controlling automatic V-Bed Knitting machines.
knit-graphs
A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.