This is A fast Pen Bezier line drawer. Although this may not look like a lot, it is actually very hard to make, and it is very important in vector graphics. I am planning to use it in my new pen text engine. -------------CONTROLS---------------- c - clear points -------------- mouse down - add point at mouse position (I recommend to hold it for a bit so that it detects it after it finishes rendering) ---------- Use the quality slider to adjust the quality of the curve (higher quality means more lag) I recommend 64 as the quality. ----------
I used a javascript tutorial at https://javascript.info/bezier-curve Rest by me