scribl_curves 0.3.1

Some data structures for the `scribl` animation program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod curve;
mod draw_snippet;
mod effect;
mod lerp;
pub mod save;
mod simplify;
mod smooth;
mod span_cursor;
mod time;

pub use crate::curve::{StrokeInProgress, StrokeRef, StrokeSeq, StrokeStyle};
pub use crate::draw_snippet::{DrawCursor, DrawSnippet, DrawSnippetId, DrawSnippets};
pub use crate::effect::{Effect, Effects, FadeEffect};
pub use crate::lerp::Lerp;
pub use crate::span_cursor::{Cursor, Span};
pub use crate::time::{Time, TimeDiff, TimeSpan};