This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
v1.4.0
This minor release introduces new APIs for creating springs that have an initial velocity.
New features
Added new APIs for creating springs with initial velocity:
MDMMotionCurveMakeSpringWithInitialVelocity
and _MDMSpringWithInitialVelocity
.
Source changes
API changes
MDMMotionCurveMakeSpringWithInitialVelocity
new function: MDMMotionCurveMakeSpringWithInitialVelocity
_MDMSpringWithInitialVelocity
new macro: _MDMSpringWithInitialVelocity
Non-source changes
- Add sdk_frameworks dependencies to the BUILD file. (#18) (featherless)
- Add jazzy yaml. (Jeff Verkoeyen)