first steps into a spline editor done for tonight.
adding points on the plane, connected with thick lines (geometry shader), and manipulated in 3D space.
Points are organized in a linked list with a free list.
Next steps are adding control points, and rendering a bezier curve.