Crate sprite

Source
Expand description

A library for sprite hierarchy and scene management

Re-exports§

pub use animation::Animation::*;

Structs§

Scene
A scene is used to manage sprite’s life and run animation with sprite
Sprite
A sprite is a texture with some properties.

Enums§

Animation
Animations supported by Sprite
AnimationState
The state of animation
EaseFunction