I've been playing with b-splines a bit lately - working on a small shmup. I was wondering if anyone has a particularly clean way to draw splines/curves.
Currently I am just drawing lines at an interval determined by how many control points are in the spline. This works relatively well while the spline is static, but when modifying the spline this interval changes and the result isn't the most pleasing.
It's not a huge issue, especially because you only see it in the editor, but I figured someone must have done this before, though I didn't find anything in my searching.
tl;dr - I'm bored. Let's talk about computer graphics and programming