2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-12-27 14:58:44 +01:00
|
|
|
title: Before you start
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
Drawing lines and curves on paper is a skill most people have been practicing since kindergarten.
|
2022-02-19 08:04:25 +01:00
|
|
|
In FreeSewing, we draw lines and curves with code, which is a bit more abstract
|
2021-12-27 14:58:44 +01:00
|
|
|
but doesn't have to be complicated once you understand a few basic building blocks.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-12-25 21:13:48 -08:00
|
|
|
Understanding the concepts that are involved in designing sewing patterns in code will pay dividends later.
|
2021-12-27 14:58:44 +01:00
|
|
|
That is why we recommend you familiarize yourself with the following topics:
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
|
|
<ReadMore list />
|
|
|
|
|
|
|
|
<Note>
|
|
|
|
|
|
|
|
##### There's no need to know everything
|
|
|
|
|
|
|
|
FreeSewing sits at the intersection of the world of makers and developers.
|
2022-12-25 21:13:48 -08:00
|
|
|
If your background is in development, you will need no explaining what SVG is but might not
|
2022-02-19 08:04:25 +01: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
|
2022-12-25 21:13:48 -08:00
|
|
|
the heck NodeJS is and why you should care.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-02-19 08:04:25 +01: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
|
|
|
|
2022-10-13 15:58:01 +02:00
|
|
|
And if you get stuck [our chatrooms on Discord](https://discord.freesewing.org/) are the best place to get help.
|
2021-08-25 16:09:31 +02:00
|
|
|
</Note>
|