1
0
Fork 0
freesewing/markdown/dev/tutorials/pattern-design/part2/en.md

47 lines
1.4 KiB
Markdown
Raw Normal View History

---
2023-09-29 19:41:24 +02:00
title: "Part 2: Parametric design"
---
2023-09-30 14:04:18 +02:00
Welcome to part 2 of this FreeSewing pattern design tutorial.
In this part I will show you how to design a bespoke
2023-09-30 14:04:18 +02:00
sewing pattern, start to finish.
2023-09-29 19:41:24 +02:00
<Tip>
##### Before you start
2023-09-30 14:04:18 +02:00
This tutorial assumes you are familiar with the following:
2023-09-30 14:04:18 +02:00
- Scalable Vector Graphics
- The coordinate system
- Units in FreeSewing
- Cubic Bézier curves
2023-09-30 14:04:18 +02:00
Which is a lot to assume. So if you'd like you can take a quick detour
via our [Before you start guide](/guides/prerequisites). \
It's very short, but covers some basic
terminology and concepts that we'll use throughout this guide.
</Tip>
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
## Pick a template
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
The FreeSewing development environment ships with several templates you
can start from. I recommend you start **From scratch** as you'll learn the most
that way. But you can also start from the **Tutorial** template in which case
you will already have the end result we are aiming for today:
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
<div class="grid grid-cols-2 gap-2">
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
!['From scratch' template](./fromscratch.png)
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
!['Tutorial' template](./tutorial.png)
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
</div>
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
Depending on the choice you made, you will need to edit files in a different folder.
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
- Edit files in `design/from-scratch` if you are using the **From scratch** template
- Edit files in `design/tutorial` if you are using the **Tutorial** template
2023-09-29 19:41:24 +02:00
2023-09-30 14:04:18 +02:00
You can choose either, or even switch back and forth between both.
To follow along step-by-step with the tutorial, go to the `design/from-scratch` folder.