What type of splines are these? I see that the GLSL code implements cubic bezier splines, but the control points work like a catmull-rom spline. It's using a conversion formula?
(I am interested to use this tool to model splines to use as realtime SDFs in a game)