# Ways to convert drawn curve to bezier points?

**URL:** https://discourse.processing.org/t/ways-to-convert-drawn-curve-to-bezier-points/36695
**Category:** p5.js
**Created:** [May 3, 2022, 3:34pm UTC](https://discourse.processing.org/t/ways-to-convert-drawn-curve-to-bezier-points/36695 "2022-05-03T15:34:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jessica.mingyu](https://avatars.discourse-cdn.com/v4/letter/j/f4b2a3/32.png) [@jessica.mingyu](https://discourse.processing.org/u/jessica.mingyu)
#### Post date: [May 3, 2022, 3:34pm UTC](https://discourse.processing.org/t/ways-to-convert-drawn-curve-to-bezier-points/36695/1 "2022-05-03T15:34:13Z")

</div>

Is there a site/toolkit where I can draw out a bezier curve and it would output the vertices of the control/anchor points for me? Thanks!

I tried googling with “convert curve to bezier” “bezier automate”, but none showed what I want. Does everyone guess-estimate their own vector points?

P.S. new to p5.js here, no experience with processing before, but familiar with drawing curves and design software and the math behind it.

---

<div class="post-metadata">

### Author: ![micycle](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/micycle/32/201_2.png) [@micycle](https://discourse.processing.org/u/micycle)
#### Post date: [May 3, 2022, 9:36pm UTC](https://discourse.processing.org/t/ways-to-convert-drawn-curve-to-bezier-points/36695/2 "2022-05-03T21:36:44Z")

</div>

Google something like “fit bezier curve to points” instead. There certainly looks to be algorithm descriptions and code implementations, but not interactive apps… this is something you could do yourself in Processing.
