# Curves

## Beziers

* [Bézier curves](https://en.wikipedia.org/wiki/B%C3%A9zier_curve)
* [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/)
* [cubic Bézier](https://pomax.github.io/bezierinfo/),
* [Spiro](https://github.com/raphlinus/spiro) spline
* <https://github.com/linebender/spline>
* [The hyperbezier pen tool](https://www.cmyr.net/blog/hyperbezier.html)
* Tools which take some fixed number of points and calculate a curve based on them— are called *splines*. A very accessible overview is Raph’s [dissertation](https://levien.com/phd/thesis.pdf)
* <https://medium.com/@trenti/the-mighty-pen-tool-6b44ff1c32d>
* <https://www.jasondavies.com/animated-bezier/>
*

{% embed url="<https://www.youtube.com/watch?v=aVwxzDHniEw>" %}

<img src="https://620052135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJkzx1KF5XGsfOgiP-a%2Fuploads%2Fgit-blob-99308469f1147eb3f1130a635f8bb409aa0cea5b%2Fimage.png?alt=media" alt="" data-size="original"> <img src="https://620052135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJkzx1KF5XGsfOgiP-a%2Fuploads%2Fgit-blob-60a3c6646e1ca44cd6316cbde844f857e70b082c%2Fimage.png?alt=media" alt="" data-size="original">

![](https://620052135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJkzx1KF5XGsfOgiP-a%2Fuploads%2Fgit-blob-33cb8f83bc6a51132bedce664dec922363a83315%2Fimage.png?alt=media)
