jamestomasino / stitchy

Stitchy is a crochet pattern generator. It's here to help you convert an image into a rectangular pattern of knots.

Home Page:https://jamestomasino.github.io/stitchy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stitchy

My wife loves to crochet, and likes to challenge herself by making new rectangular patterns from images she finds online. To support her addiction hobby, I'm building a web-app to help her generate these patterns.

Goals / To Do

  • Create a grid of x-width and y-height
  • Upload an image to overlay the grid
  • Rotate, Scale, Transform the image onto the grid
  • Process the image using either black & white or dominant color per grid block
  • Print or Save the generated image
  • Make everything look pretty
  • Click on a rendered grid square to cycle its color through palette options

License

Stitchy code is licensed under GPL-3.0.

The libraries used are managed under their own licenses:

About

Stitchy is a crochet pattern generator. It's here to help you convert an image into a rectangular pattern of knots.

https://jamestomasino.github.io/stitchy

License:GNU General Public License v3.0


Languages

Language:JavaScript 76.8%Language:HTML 15.1%Language:CSS 8.1%