1
0
Fork 0
freesewing/sites/dev/docs/tutorials/pattern-design/readme.mdx

48 lines
1.8 KiB
Text
Raw Normal View History

---
title: Pattern design tutorial
---
2023-09-28 09:11:06 +02:00
Hello there, and welcome to this FreeSewing 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.
2023-09-29 19:41:24 +02:00
This tutorial is divided into three parts, allowing you to speedrun or entirely
skip certain parts depending on your interests or prior experience:
2022-10-10 04:50:43 +02:00
## Part 1: Prerequisites
2022-10-10 04:50:43 +02:00
2023-09-29 19:41:24 +02:00
The first sections of this tutorial, [Part 1](/tutorials/pattern-design/part1),
deals with the prerequisites. Installing node, setting up the FreeSewing
development environment on your system, and so on. If you are familiar with
2023-09-29 19:41:24 +02:00
the JavaScript ecosystem, I can summarize that entire section in this one-liner
that sets up the FreeSewing development environment on your system:
2023-09-29 19:41:24 +02:00
```sh
npx @freesewing/studio
```
2023-09-29 19:41:24 +02:00
## Part 2: Parametric design
2023-09-28 09:11:06 +02:00
2023-09-29 19:41:24 +02:00
In [Part 2](/tutorials/pattern-design/part2) I will show you how to design a
parametric sewing pattern with FreeSewing. We'll create a part, add a bunch of
2023-09-29 19:41:24 +02:00
points, draw lines and curves, and so on.
All the basic skills required to create a sewing pattern in code.
2023-09-29 19:41:24 +02:00
This is probably a part you do not want to skip, unless you have prior
experience with FreeSewing and are looking for a refresh on some of the more
advanced features covered in the next section.
2022-10-04 23:36:08 +02:00
2023-09-29 19:41:24 +02:00
## Part 3: Beyond the basics
2023-09-29 19:41:24 +02:00
There is more to FreeSewing patterns than meets the eye, and in [Part
3](/tutorials/pattern-design/part3) 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_, as well as how you can
2023-09-29 19:41:24 +02:00
configure your pattern to integrate with FreeSewing.org, or your own
frontend.
2023-09-29 19:41:24 +02:00
You can follow this tutorial start to finish, or skip ahead and back, the
choice is yours.