Crate spring_motion

Source
Expand description

A small&simple spring motion library, based on t3ssel8r’s video Giving Personality to Procedural Animations using Math

Structs§

SpringDescription
An intuitive description of the spring system from which SpringParameters can be built (Using Into::into)
SpringParameters
Parameters that determine the behavior of the system
SpringSystem
A spring system for spring-mechanic-inspired animations