Crate livedraw

Source

Enums§

ArtAction
ArtIncrement

Traits§

LivedrawArt
LivedrawArt is a trait that defines the behavior of a “livedraw” art piece, which is an art piece that is drawn incrementally in real time. The art is designed to be written in small increments, to create a more realistic “real time” experience. Each of these steps is called a “increment”. It is important to find the right balance between the number of increments and the time between increments, as too many increments may result in a slower drawing process, while too few increments may result in a less smooth drawing experience.
LivedrawArtSimulation
a LivedrawArt also need to be simulated in order to test the art without running for it. typically during its development.

Functions§

livedraw_start
livedraw_start_simulation
render_route
svg_base_path
svg_document
svg_layer