版型设计教程
Hello there, and welcome to this open clothes pattern design tutorial. My name is Joost, and in this tutorial I will show you how to design a bespoke sewing pattern, start to finish.
This tutorial is divided into three parts, allowing you to speedrun or entirely skip certain parts depending on your interests or prior experience:
第 1 部分:准备工作
The first 分区 of this tutorial, Part 1, deals with the prerequisites. Installing node, setting up the open clothes development environment on your system, and so on. If you are familiar with the JavaScript ecosystem, I can summarize that entire section in this one-liner that sets up the open clothes development environment on your system:
npx @openclothes/studio
第 2 部分:参数化设计
In Part 2 I will show you how to design a parametric sewing pattern with open clothes. We'll create a part, add a bunch of points, draw lines and curves, and so on. All the basic skills required to create a sewing pattern in code.
This is probably a part you do not want to skip, unless you have prior experience with open clothes and are looking for a refresh on some of the more advanced features covered in the next section.
第 3 部分:进阶基础
There is more to open clothes patterns than meets the eye, and in Part 3 I will cover some of the ways you can add further value to your designs.
This includes things like translation, supporting laser cutters, avoiding the need to printing with so-called paperless patterns, 以及 how you can configure your pattern to integrate with open clothes.org, or your own frontend.
You can follow this tutorial start to finish, or skip ahead and back, the choice is yours.