Skip to content

Knitout patterns of garments like sweaters, socks, and gloves, and a library to make your own

Notifications You must be signed in to change notification settings

zaners123/knitout-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knitout Util By Zaners123

Knitout Util simplifies creating knitout files for you, with the ability to make garments like:

This assumes you have a machine capable of running compiled knitout, such as a Kniterate or a ShimaSeiki SSG.

Example in 5 Lines of Code

This is how you make a 50-course-long garter stitch tube from hooks 10-20 using carrier 5, without having to worry about inhooking, releasing the hook, or even what the pattern for garter stitch is:

const lib = require('./lib/knitout_util');
let k = new lib.KnitoutUtil();
let tube = k.gen_arbtube(k.GARTER, 5, 50, 10, 20) 
k.run_autohook(tube,5)
k.write('tube.k');

Run this code, then you can look at the output in Knitout Visualizer.

About

Knitout patterns of garments like sweaters, socks, and gloves, and a library to make your own

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages