Module ilda::animation [] [src]

This module presents a higher-level representation of data read from ILDA files, organizing the data into "frames". Frames contain points. It's a simple representation that doesn't expose color palettes, indexed colors, and so forth.

Structs

Animation

An animation is comprised of one or more frames.

AnimationFrameIterator

Iterate over frames in the animation.

AnimationPointIterator

Iterate over all the points from all of the frames in the animation.

Frame

A single frame of animation, comprised of many points.

FramePointIterator
Point

A single coordinate point for the laser to draw.