[][src]Crate awoo

Animate and schedule code.

This crate provides the functionality of running code at given times, in the same way as animation artists create animated movies. The idea of this crate is to ease building code-driven artistic animated programs.

Concepts

Structs

Cut

A cut in a clip (C) at given time (T).

Timeline

A collection of tracks.

Track

A collection of cuts.

Traits

TimeGenerator

A type that can generate time when asked.