1
0
Fork 0
freesewing/sites/dev/docs/tutorials/pattern-design/part2/conclusion
Joost De Cock 469eb43c95
feat: Add various content types to docusaurus (#7231)
This brings blog posts, showcase posts, and newsletter editions into the Docusaurus site.

It also adds support for using TailwindCSS inside a container. So this will probably end up being the new freesewing.org site in v4.
2024-11-18 11:05:16 +01:00
..
readme.mdx feat: Add various content types to docusaurus (#7231) 2024-11-18 11:05:16 +01:00

---
title: Conclusion (of part 2)
sidebar_position: 99
---

You made it to the end of part 2, in which we got to do some real parametric design.

Wile our bib is a rather simple design, it did allow us to gain familiarity with FreeSewing's core API.

You have learned how to create points. And seen various way to manipulate them,
including some more advanced things like rotating a bunch of them out of the
way.

You've also learned how to draw paths, which are the lines and curves that make up our pattern.
And we've used macros which can help us with repetitive tasks.

What we've gotten so far is a perfectly suitable sewing pattern. You can print this,
and make a nice bib out of it.

But when we stick to these basics, FreeSewing doesn't really get a chance to shine.
For that, I recommend [Part 3 of this tutorial](/tutorials/pattern-design/part3) where
we'll go beyond the basics.