cmmsnow / cross-stitch-code

Data structure to hold cross stitch patterns by pixel, with methods to retrieve and change the pixel color data, and estimate thread needed. (DMCthread repo below.)

Home Page:https://github.com/cmmsnow/dmc-threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cross-stitch-code

Currently:

  • Data structure that holds sequence of colors, converts to cross stitch pattern, organizes/prints to console.
  • Allows user to change colors individually.

Next Steps:

  • Fix "change all of one color" method.
  • Add in enum data & calculate thread length needed per color.
  • Connect DMCthreads database to Color class.
  • Print colors to graph/visual representation.

Goal:

  • Accept user photo input and convert to pattern.

About

Data structure to hold cross stitch patterns by pixel, with methods to retrieve and change the pixel color data, and estimate thread needed. (DMCthread repo below.)

https://github.com/cmmsnow/dmc-threads


Languages

Language:Java 100.0%