knitHacker / knitPatterns

Haskell library for writing and combining knitting patterns.
3 stars 0 forks source link

APIs: How will the program be used. #7

Open knitHacker opened 5 years ago

knitHacker commented 5 years ago

Be able to "read" in patterns from different formats:

Export patterns:

knitHacker commented 5 years ago

Step 1: Read and write from IR (internal representation)

Writing to PDFs shouldn't be too hard but reading will probably be difficult.

Look into using computer vision to read charts.

Maybe one day 3D representation.