Crate livedraw

source ·

Enums

Traits

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.
a LivedrawArt also need to be simulated in order to test the art without running for it. typically during its development.

Functions