🧶3D modelling of crochet designs!
Note
You can view the literature review here from SE 390's Mini Project 3.
Note
You can view the final report video here from SE 491. Due to conflicting availabilities at the end of the 4B term, a majority of the video is voiced by text-to-speech.
- crochet-stitcher: contains the library that processes and renders the crochet pattern.
- crochetcraft: contains the web frontend for crochet-stitcher.
- SE 491 Report.pdf: in the root of the repository; the final report for the FYDP.
Deployment is done via Cloudflare Pages. Svelte's adapter-cloudflare is used to build the app for Cloudflare Pages (the adapter is not explicitly specified, but adapter-auto
detects its environment and uses the correct adapter automatically).