Crate lunk

Source

Re-exports§

pub use crate::core::LinkTrait;
pub use crate::core::EventGraph;
pub use crate::core::ProcessingContext;
pub use crate::prim::Prim;
pub use crate::prim::HistPrim;
pub use crate::list::List;
pub use crate::animate::Animator;
pub use crate::animate::HistPrimEaseExt;
pub use paste;

Modules§

animate
core
list
prim

Macros§

link
Define a link, a callback that triggers during event graph processing if any of the inputs change. A link will also be triggered during the event the link was created in, whether inputs changed or not.