I was searching for a way to create interesting paths in my scene to use as input for my camera motion. π₯
Using Catmullrom curves for this is great, but... making a nice path and get those vectors is was a pain. π«£
So I decided to create this editor to help me do the job. π¦
Enjoy!
git clone [email protected]:appeltje-c/curvature.git
npm install && npm run dev