10 releases

Uses old Rust 2015

0.3.0 Aug 26, 2023
0.2.0 Jan 17, 2019
0.1.0 May 28, 2015
0.0.6 May 25, 2015
0.0.1 Jan 21, 2015

#952 in Graphics APIs

Download history 3422/week @ 2025-06-07 2152/week @ 2025-06-14 4210/week @ 2025-06-21 2546/week @ 2025-06-28 2296/week @ 2025-07-05 3827/week @ 2025-07-12 3542/week @ 2025-07-19 3244/week @ 2025-07-26 2034/week @ 2025-08-02 4145/week @ 2025-08-09 4979/week @ 2025-08-16 4974/week @ 2025-08-23 34041/week @ 2025-08-30 6623/week @ 2025-09-06 5282/week @ 2025-09-13 6921/week @ 2025-09-20

53,625 downloads per month
Used in 155 crates (18 directly)

MIT license

24KB
625 lines

interpolation

A library for interpolation


lib.rs:

Interpolation algorithms.

Interpolation is used in animation, to describe smooth shapes and to make transitions. Any object that fullfill certain mathematical properties can be interpolated. A common technique is using one or more 'numbers' controlling the mixture of states. The choice of interpolation algorithm depends often on the circumstances where it used.

No runtime deps