Collection of algorithms related to using curves written in javascript.
- Cubic Bezier Splines : inc. derivative, 2nd derivative, normals, easing
- Catmull Rom
- Kochanek Bartels ( TCB Splines ) : inc. derivative
- Lemniscate of Bernoulli and Gerono : inc. derivative
- Watt's Curve
- Torus Knot : inc. derivative, 2nd derivative
UPM: How to make a custom package So, Unity has this shiny new package manager, and you have code you want to share between projects - wouldn't it be great if we could bundle up our shared code and plug it into all the projects that need it? Let's figure out how to make our own Package!
Todo
- Modify the project manifest
- Make a package manifest
- Package the manifest up with some test code
- Try it out in Unity!