spectra 0.13.0

Demoscene framework
1
2
3
4
5
6
7
8
9
10
//! Gathers everything needed to animate and synchronize a production.
//!
//! The `edit` module gives you access to timelines and cuts so that you can schedule execution of
//! specific, artistic and awesome code.
//!
//! While the `edit` module is for general execution and scheduling, the `spline` module is more
//! about parameterization of a specific value you use with your objects.

pub mod edit;
pub mod spline;