I made a spline guide

it's not complete by any means, I just wanted to have a guide for the splines I've implemented in my spline tool c:

there *is* a C2 interpolating spline I've yet to implement - the cubic natural spline, but as a tradeoff in that one you lose local control, so it's a lil wonky

@acegikmo Hi Freya, I just followed you as your posts make my brain hurt. well done. You may enjoy this i found it to be amazing.

https://rumble.com/v2o2oe5-synthwave-radio-beats-to-chillgame-to.html

Synthwave Radio 🌌 - beats to chill/game to

Rumble.com
@acegikmo Would i as your spline-tool-user have to go through this chart to decide which type to use?
@tjheuvel if you want! I'll make a prettier guide once the actual plugin is done :)
@acegikmo I have been trying to see if C2 interpolating splines may be possible by using nonuniform B-splines. It is very much possible to create it, but if I also want to be able to interactively move the interpolated points, that becomes an issue.