Skip to content

arturoc/pennereq-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A port of Robert Penner's easing equations to rust

Usage:

extern crate pennereq;

use pennereq::*;

fn main(){
    quad::ease_in(t, from, distance, duration);
}

The easing functions can work with f32 or f64 resolution depending on the passed parameters

About

Port of the Penner easing equations to rust

Topics

Resources

License

Stars

12 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages