2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Prerequisites
|
|
|
|
order: 100
|
|
|
|
for: developers
|
2021-10-17 18:26:00 +02:00
|
|
|
icons:
|
|
|
|
- start
|
|
|
|
- pattern
|
|
|
|
about: |
|
|
|
|
A guide to go over a few things you should know when you start working with our core library
|
|
|
|
goals:
|
|
|
|
- Understand that FreeSewing provides parametric pattern design
|
|
|
|
- Understand that FreeSewing uses SVG
|
|
|
|
- Understand the coordinate system
|
|
|
|
- Learn that we use millimeter internally
|
|
|
|
- Learn about Bézier curves
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
Here's a few things that, once you get them, will make it easier to understand
|
2021-10-17 18:26:00 +02:00
|
|
|
what FreeSewing is doing, and how it's doing it.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
We'll cover the following topics:
|
|
|
|
|
|
|
|
<ReadMore list />
|
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
##### There's no need to know everything
|
|
|
|
|
|
|
|
FreeSewing sits at the intersection of the world of makers and developers.
|
|
|
|
If your background is in development, you will need no explaining what SVG is, but might not
|
2021-10-17 18:26:00 +02:00
|
|
|
know much about designing sewing patterns.
|
2021-08-25 16:09:31 +02:00
|
|
|
If on the other hand your background is in sewing or pattern design, you might wonder what
|
|
|
|
the heck Node JS is and why you should care.
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
Few people straddle both worlds, so as you start using FreeSewing, chances are
|
|
|
|
you'll learn a few new things along the way.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
</Note>
|
2021-10-17 18:26:00 +02:00
|
|
|
|