Bèzier curves 2026

Project

(Red is start point, blue is end point)

Useful for string arts!

This is nice. I think it’d be faster if instead of


you just did PEN DOWN. The test probably takes longer than just setting a flag.

Of course now users will want to be able to set and move points with the mouse as in Photoshop etc.

Done!

Cool. When I click “Add point” it adds the point right under the add point button instead of waiting for me to click again.

It happens if you double-click. If you didn’t double click, it’s a bug. At my point, it works.

Dragging a point is laggy for me, but with “draggable” set on Sprite(2) seems flawless.

그런데 드래그 설정을 가능하게 만들면 드래그가 완료될 때까지 곡선의 변화를 볼 수가 없어요. 그래서 드래그 설정을 안 하고 곡선의 변화를 쉽게 볼 수 있도록 코드를 조립해 놓았어요.

Translation:
However, if I enable drag settings, I can’t see the changes to the curve until the dragging is complete. So, I structured the code to allow for easy visualization of the curve’s changes without using drag settings.