1
0
Fork 0
freesewing/markdown/dev/tutorials/pattern-design/conclusion/nl.md
Joost De Cock b34a2ee2ed feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content
from our markdown module.

We've imported this without history because the repo contains our
blog posts and showcases posts content prior to porting them to strapi.

Since this contains many images, it would balloon the size of this repo
to import the full history.

Instead, please refer to the history of the (archived) markdown repo
at: https://github.com/freesewing/markdown
2021-08-25 16:09:31 +02:00

42 lines
2.9 KiB
Markdown

---
title: 280|Conclusion
---
Proficiat, je hebt je eerste patroon gemaakt. En oké, het is een redelijk eenvoudig patroon, maar je hebt er wel veel bij geleerd. Even opsommen:
- You have learned how to [setup your development environment](/tutorials/pattern-design/create-freesewing-pattern) with `npm init freesewing-pattern`
- You learned how to [add parts](/tutorials/pattern-design/your-first-part), [measurements](/tutorials/pattern-design/adding-measurements), and [options](/tutorials/pattern-design/adding-options) to your pattern's configuration file
- You learned what [a good boilerplate is to start with a new part](/tutorials/pattern-design/part-structure)
- You've learned [how to add points and draw paths](/tutorials/pattern-design/constructing-the-neck-opening)
- You learned how you can make changes in a loop to [adapt the neckopening](/tutorials/pattern-design/fitting-the-neck-opening) or [rotate the straps](/tutorials/pattern-design/avoiding-overlap) until they were just right
- You learned about [macros and how to use them](/tutorials/pattern-design/creating-the-closure)
- You learned different methods to manipulate [points](/reference/api/point/) and [paths](/reference/api/path/)
- You learned about using [attributes](/reference/api/attributes/) to influence the appearance of points and paths
- Your learned about what it means to draft [a complete pattern](/tutorials/pattern-design/completing-your-pattern)
- Your learned about [snippets and how to add them](/tutorials/pattern-design/completing-your-pattern#adding-snippets)
- You learned [how to offset a path](/tutorials/pattern-design/completing-your-pattern#seam-allowance) to create seam allowance, or in our case, mark the bias tape line
- You learned how to create a [paperless pattern](/tutorials/pattern-design/paperless-bib) by adding dimensions
## Meer leesmateriaal
- If you haven't done so already, read through [the high-level overview of FreeSewing](/guides/overview/)
- Bookmark [the FreeSewing API docs](/reference/api/), they are your reference every time you're not entirely certain how something works
- Have a look at [our best practices](/guides/best-practices/) that will help you make the best possible patterns
## En wat nu?
Je hebt nu geleerd hoe je een patroon ontwerpt. Tijd om je kennis in praktijk om te zetten!
Bedenk wat je graag zou willen maken, en begin er gewoon aan. If you get stuck at any moment, or need some help or advice, you can [join our chat room](https://gitter.im/freesewing/design) and we'll help you out.
<Note>
###### Tell us how we can improve this tutorial
You could do as a real favor by letting us know what you loved or hated about this tutorial.
Was er iets onduidelijk? Deden we te lang over één onderwerp of zijn we te snel over iets anders heengegaan?
You feedback helps us improve things, so don't be shy and [tell us what you think](https://gitter.im/freesewing/development)
</Note>