[SOLVED] Bezier curves with more than 4 control points?

So, I came across this topic:

The solution proposed is the bezier.js library, but as far as I can tell, it only supports 4 control points on the curve. Does anyone know of a library that supports more control points (10+) for curve deformation?
Or maybe a different way to render a curve with many control points?

I found the library SDCurve and created this project using it.

2 Likes

That’s awesome! Thanks for sharing :+1:

Is it possible to have a 3d curve?